home *** CD-ROM | disk | FTP | other *** search
/ Set of Apple II Hard Drive Images / eric.hdv / ERIC / TEST / GUITAR (.txt) < prev    next >
Encoding:
Applesoft BASIC Source Code  |  1992-10-07  |  543 b   |  10 lines  |  [FC] Applesoft BASIC Program (0x0801)

  1. 5  PRINT  CHR$(4)"PR#3"
  2. 10 NU$ = "0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16  17  18  19 20"
  3. 20 HL$ = "________________________________________________________________________________"
  4. 30 FR$ = "|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |  |"
  5. 40 BO$ = "|___|___|___|___|___|___|___|___|___|___|___|___|___|___|___|___|___|___|___|__|"
  6. 50 ST$ = "|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|--|"
  7. 100  PRINT : VTAB 10: PRINT 
  8. 105  PRINT NU$;HL$;FR$;
  9. 120  PRINT ST$;ST$;ST$;ST$;ST$;ST$;
  10. 130  PRINT BO$