You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Means we have two new commands. otherwise returns a singleton value and is thus uniquely identifiable.
case goes through the array elements and compares the case expression against the case values, on the first match it executes the associated commands and returns their result. (otherwise) always matches.
The text was updated successfully, but these errors were encountered:
case = ‹expression›, {‹val1›, ‹cmd1›[, …]} […] [, {(otherwise), ‹default1›[, …]}]
Means we have two new commands.
otherwise
returns a singleton value and is thus uniquely identifiable.case
goes through the array elements and compares the case expression against the case values, on the first match it executes the associated commands and returns their result.(otherwise)
always matches.The text was updated successfully, but these errors were encountered: