RosettaCodeData/Task/Conditional-structures/Sather/conditional-structures-2.sa

9 lines
129 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
case EXPR
when EXPRL then
-- CODE
when EXPRL then
-- CODE
else
-- CODE
end;