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

  1. :: P:person(best_friend => Q:person) | get_along(P,Q).
  2. delay_check(person)?
  3.  
  4. cleopatra <| person.
  5. :: cleopatra(nose => pretty, occupation => queen).
  6.  
  7. julius <| person.
  8. :: julius(last_name => caesar).
  9.  
  10. get_along(cleopatra,julius).
  11.