Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
A switch statement. Example: switch tree | sky => blue, tree => green, sun => orange, * => white Returns: green You can use "*" to specify a default option. Example: switch rock | sky => blue, tree => green, sun => orange, * => white Returns: white