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

  1.  
  2. delay_check(a,c)?
  3.  
  4. :: a(x=>c).
  5.  
  6. :: b(y=>1).
  7.  
  8. :: c(z=>a).
  9.  
  10. :: d(w=>2).
  11.  
  12. b <| a.
  13.  
  14. d <| c.
  15.