home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 April
/
CHIP4_98.ISO
/
software
/
ccconrad
/
basic.exe
/
CHIP
/
Programme.Bas
/
Beispiele_3
/
BSP08.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1997-08-29
|
58 b
|
9 lines
#marke1
PRINT "HALLO"
PAUSE 50
GOTO marke1
END