HTBasic Help
×
Menu
Index

CONFIGURE KEY Example

10    CLEAR SCREEN
20    CONFIGURE KEY 51 TO NUM("<")  ! Changes key "3" to a left-arrow.
30    PRINT "Configuring key 3 to a left-arrow."
40    PRINT "Verify that this is true."
50    PRINT "Press continue to quit."
60    PAUSE
70    END