home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 April
/
CHIP4_98.ISO
/
software
/
ccconrad
/
basic.exe
/
CHIP
/
Programme.Bas
/
Beispiele_3
/
BSP30.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
|
186 b
|
16 lines
DEFINE a WORD[1]
PRINT "Beispiel 26"
LOOKTAB ziffern, 0, a
PRINT "a = "; a
LOOKTAB ziffern, 10-3, a
PRINT "a = "; a
END
TABLE ziffern
9 8 7 6 5 4 3 2 1 0
TABEND