10 lines
140 B
Text
10 lines
140 B
Text
|
|
if name="Pete" then
|
||
|
|
-- do something
|
||
|
|
elsif age>50 then
|
||
|
|
-- do something
|
||
|
|
elsif age<20 then
|
||
|
|
-- do something
|
||
|
|
else
|
||
|
|
-- do something
|
||
|
|
end if
|