10 lines
86 B
Text
10 lines
86 B
Text
|
|
if x = 0
|
||
|
|
foo()
|
||
|
|
else if x = 1
|
||
|
|
bar()
|
||
|
|
else if x = 2
|
||
|
|
baz()
|
||
|
|
else
|
||
|
|
boz()
|
||
|
|
end
|