Project

General

Profile

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 over 11 years ago · 1 revisions