home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
forth
/
compiler
/
fpc
/
source
/
p4_11dc.seq
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-04-12
|
170 b
|
8 lines
\ Problem 4.11 04/12/90 17:15:32.15
: CLEAR-TABLE \ Sets all six values of the array TABLE to zero
TABLE
12 0 DO DUP I + 0 SWAP ! 2 +LOOP ;