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