home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 181.img / TASM-101.ZIP / CHAPXMPL.ARC / FUNC.PRO < prev    next >
Text File  |  1989-05-02  |  192b  |  15 lines

  1.  
  2. /* FUNC.PRO */
  3.  
  4. global domains
  5.    ifunc = int(integer)
  6.  
  7. global predicates
  8.    makeifunc(integer,ifunc) - (i,o) language c
  9.  
  10. goal
  11.    makeifunc(4,H),
  12.    write(H),
  13.    readchar(_).
  14.  
  15.