23 lines
259 B
Plaintext
Raw Normal View History

2018-04-08 17:29:30 -04:00
while (1) {
input = getkey()
print(input)
print("\n")
delay(1000)
}
2018-03-07 15:25:55 -05:00
#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"