22 lines
241 B
Plaintext
22 lines
241 B
Plaintext
do
|
|
getkey > input
|
|
print input
|
|
delay 1000
|
|
while (1)
|
|
|
|
#do
|
|
# getkey > input
|
|
# if (input & 4)
|
|
# rand 479 > x
|
|
# rand 319 > y
|
|
# rand 479 > i
|
|
# rand 319 > j
|
|
# rand 32767 > purple
|
|
#
|
|
# line x y i j purple
|
|
# end
|
|
#while (1)
|
|
#
|
|
#print "done"
|
|
|