home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
util
/
cdity
/
telebase
/
rexx
/
test.rexx
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1994-02-12
|
126 b
|
10 lines
/* Example of */
limit = "20"; number = 1
do i = 1 to limit
number = i * number
say "iteration"i"Number="number
end