home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 April
/
CHIP4_98.ISO
/
software
/
ccconrad
/
basic.exe
/
CHIP
/
Programme.Bas
/
Beispiele_3
/
BSP22.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
|
154 b
|
18 lines
DEFINE a BYTE
PRINT "Beispiel 22"
a = 0
ON a GOTO pieps, hallo
#pieps
BEEP 50, 2, 10
GOTO ende
#hallo
PRINT "Hallo!"
#ende
END