8 lines
No EOL
79 B
Text
8 lines
No EOL
79 B
Text
y = random()
|
|
x = 5 == y
|
|
|
|
if x then
|
|
if y >= 4 then
|
|
x = 0
|
|
end
|
|
end |