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

9 lines
129 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
case EXPR
when EXPRL then
-- CODE
when EXPRL then
-- CODE
else
-- CODE
end;