16 lines
172 B
Plaintext
Raw Normal View History

2018-02-21 09:13:53 -05:00
do
2018-03-01 13:03:40 -05:00
getkey > input
if (input & 4)
rand 479 > x
rand 319 > y
rand 479 > i
rand 319 > j
rand 32767 > purple
2018-03-01 13:03:40 -05:00
line x y i j purple
end
while (1)
2018-02-21 09:13:53 -05:00
print "done"
2018-02-21 16:43:38 -05:00