home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
181.img
/
TASM-101.ZIP
/
FUNC.PRO
< prev
next >
Wrap
Text File
|
1988-10-31
|
192b
|
15 lines
/* FUNC.PRO */
global domains
ifunc = int(integer)
global predicates
makeifunc(integer,ifunc) - (i,o) language c
goal
makeifunc(4,H),
write(H),
readchar(_).