8 lines
64 B
Text
8 lines
64 B
Text
|
|
if x == 1
|
||
|
|
foo()
|
||
|
|
else if x == 2
|
||
|
|
bar()
|
||
|
|
else
|
||
|
|
foobar()
|
||
|
|
end if
|