home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lifeos2.zip / LIFE-1.02 / TESTS / REFOUT / ANDOR4.REF < prev    next >
Text File  |  1996-06-04  |  557b  |  40 lines

  1.  
  2. *** Yes
  3. > > 
  4. *** Yes
  5. A = and(B), B = @.
  6. --1> 
  7. *** Yes
  8. A = and(B), B = bool~, C = bool~.
  9. ----2> 
  10. *** Yes
  11. A = and(B), B = false, C = false.
  12. ------3> 
  13. *** No
  14. A = and(B), B = bool~, C = bool~.
  15. ----2> 
  16. *** No
  17. A = and(B), B = @.
  18. --1> 
  19. *** Yes
  20. A = and(B), B = false.
  21. ----2> > 
  22. *** Yes
  23. A = and(2 => B), B = @.
  24. --1> 
  25. *** Yes
  26. A = and(2 => B), B = bool~, C = bool~.
  27. ----2> 
  28. *** Yes
  29. A = and(2 => B), B = false, C = bool.
  30. ------3> 
  31. *** No
  32. A = and(2 => B), B = bool~, C = bool~.
  33. ----2> 
  34. *** No
  35. A = and(2 => B), B = @.
  36. --1> 
  37. *** Yes
  38. A = and(2 => B), B = false.
  39. ----2> > 
  40.