home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Set of Apple II Hard Drive Images
/
hard.hdv
/
HARD
/
TWOLINERS
/
P102L4
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Applesoft BASIC Source Code
|
1992-02-02
|
100 b
|
2 lines
|
[FC] Applesoft BASIC Program (0x0801)
10 NORMAL : VTAB 1: HTAB 1: INPUT "WHAT'S YOUR NAME? ";N$: SPEED= 234:SP$ = "": ONERR GOTO 10
20 SP$ = SP$ +".": INVERSE : PRINT " ";N$;" ";: NORMAL : PRINT SP$;: GOTO 20