5 lines
83 B
Text
5 lines
83 B
Text
PRINT "Press <escape> to exit now..."
|
|
key = GETKEY
|
|
IF key = 27 THEN
|
|
END
|
|
END IF
|