RosettaCodeData/Task/Conditional-structures/Sather/conditional-structures-2.sa
2023-07-01 13:44:08 -04:00

8 lines
129 B
Text

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