home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lifeos2.zip / LIFE-1.02 / TESTS / IN / NL.IN < prev    next >
Text File  |  1996-06-04  |  264b  |  16 lines

  1. nl_parse([pascal,compiles],S)?
  2. ;
  3.  
  4. nl_parse([john,eats,lunch],S)?
  5. ;
  6.  
  7. % ? nl_parse([john,catches,the,flu],S)?
  8. % Answer is no for this one: (!?)
  9. nl_parse([spot,caught,a,frisbee],S)?
  10.  
  11. nl_parse([spot,runs],S)?
  12.  
  13. % Answer is no for this one:
  14. nl_parse([spot,catches],S)?
  15.  
  16.