BASIC FUNCTIONS
SECTION 5. 16
ON KEY
5, 16.7 Function ON KEY specifies a routine to be executed when a soft key
or cursor control key is pressed during program execution.
Syntax ON KEY (n) GOSUB line number
Examples ON KEY(l) GOSUB 5000
If function key
1 is pressed the program will execute the
subroutine located at line 5000 •
.,,
Remarks For a definition of n and details of using this function
see the KEY (N) statement, Line number specifies the trap
routir1e, which must be terminated with a RETURN.
VER. V09F PAGE 5 - <)II