RosettaCodeData/Task/Conditional-structures/Sather/conditional-structures-2.sa
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

8 lines
129 B
Text

case EXPR
when EXPRL then
-- CODE
when EXPRL then
-- CODE
else
-- CODE
end;