home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
INFO
/
MISC
/
IFP05.ZIP
/
FPMATH.EXE
/
ARITH.EXE
/
PROD
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1985-10-21
|
139 b
|
8 lines
(* Take the product of a numeric sequence *)
DEF prod AS
IF /math/logic/null THEN #1
ELSE INSERT /math/arith/* END
END;