home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / tasm / chapxmpl.arc / FUNK.PRO < prev    next >
Encoding:
Prolog Source  |  1988-10-09  |  169 b   |  12 lines

  1. /* Funk.PRO */
  2.  
  3. domains
  4.    ifunk = int(integer)
  5.    
  6. global predicates
  7.    machifunk(integer,ifunk) - (i,o) language c
  8.    
  9. goal
  10.    machifunk(4,H),
  11.    write(H).
  12.