On docs / Statements, `switch` needs to have more examples. (1) an example including "string" as the case, which is long awaited by C developers. (2) an example of `switch(int_or_enum)` with `@jump` annotation.
On docs / Statements,
switchneeds to have more examples.(1) an example including "string" as the case, which is long awaited by C developers.
(2) an example of
switch(int_or_enum)with@jumpannotation.