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