7 lines
97 B
Text
7 lines
97 B
Text
if EXPR then
|
|
-- CODE
|
|
elsif EXPR then
|
|
-- CODE
|
|
else
|
|
-- CODE
|
|
end;
|