home *** CD-ROM | disk | FTP | other *** search
/ Set of Apple II Hard Drive Images / hard.hdv / HARD / TAKE1 / ON.ASC.DEMO (.txt) < prev    next >
Encoding:
Applesoft BASIC Source Code  |  1996-06-13  |  101 b   |  6 lines  |  [FC] Applesoft BASIC Program (0x0801)

  1. 10  &  ON  ASC73,74,75,77 GOSUB 100,200,300,400
  2. 20  GOTO 10
  3. 100  PRINT "UP": RETURN 
  4. 200  PRINT "LEFT": RETURN 
  5. 300  PRINT "RIGHT": RETURN 
  6. 400  PRINT "DOWN": RETURN