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

7 lines
97 B
Text

if EXPR then
-- CODE
elsif EXPR then
-- CODE
else
-- CODE
end;