5 lines
74 B
Text
5 lines
74 B
Text
case {OS.rand} mod 3
|
|
of 0 then {Foo}
|
|
[] 1 then {Bar}
|
|
[] 2 then {Buzz}
|
|
end
|