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

14 lines
No EOL
264 B
Text

for x do 16 times
if x == 5 then
drawline(0, 0, 10, 10)
if 1 == y then
set_background(4)
else
set_background(0)
end
y = 1
else
set_background(0)
drawline(100, 100, 120, 120)
end
end