c64-livecoding/wip-duuqnd/syntax-example.txt

7 lines
120 B
Text

dotimes x 200
if x < 100 then
pixeldraw(x + 10, x + 10)
else
pixeldraw(x + 10, 110)
end
end