Rebol Programming/case
Tools
General
Sister projects
In other projects
CASE block /all
Evaluates each condition, and when true, evaluates what follows it.
CASE is a native value.
case: native[ {Evaluates each condition, and when true, evaluates what follows it.} block [block!] "Block of cases (conditions followed by values)" /all {Evaluate all cases (do not stop at first true case)}]