home *** CD-ROM | disk | FTP | other *** search
/ Set of Apple II Hard Drive Images / hard.hdv / HARD / TWOLINERS / P102L4 (.txt) < prev    next >
Encoding:
Applesoft BASIC Source Code  |  1992-02-02  |  100 b   |  2 lines  |  [FC] Applesoft BASIC Program (0x0801)

  1. 10  NORMAL : VTAB 1: HTAB 1: INPUT "WHAT'S YOUR NAME? ";N$: SPEED= 234:SP$ = "": ONERR  GOTO 10
  2. 20 SP$ = SP$ +".": INVERSE : PRINT " ";N$;" ";: NORMAL : PRINT SP$;: GOTO 20