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

7 lines
126 B
Text

for x do 200 times
if x < 100 then
pixeldraw (x + 10, x + 10)
else
pixeldraw(x + 10, 110)
end
end