c64-livecoding/wip-duuqnd/user-side-compiler/example-4.c6l

8 lines
No EOL
79 B
Text

y = random()
x = 5 == y
if x then
if y >= 4 then
x = 0
end
end