6 lines
62 B
Text
6 lines
62 B
Text
MOUSE ON
|
|
|
|
WHILE 1
|
|
m=MOUSE(0)
|
|
PRINT MOUSE(1),MOUSE(2)
|
|
WEND
|