Actions
SWITCH in Scol¶
switch / case is not yet supported by Scol.
You should use something like this :
if <condition_1> then
...
else if <condition_2> then
...
else if <condition_N> then
...
else
...;
Updated by iri about 13 years ago · 1 revisions