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

  1. true=A and B?
  2. .
  3. false=A and B?
  4. .
  5. true=A and false?
  6. .
  7. true=false and A?
  8. .
  9. true=A:bool and B:bool?
  10. .
  11. A:bool=B:bool and false?
  12. .
  13. A:bool=false and B:bool?
  14. .
  15. A = B and B?
  16. .
  17.  
  18. true=A or B?
  19. .
  20. false=A or B?
  21. .
  22. true=A or false?
  23. .
  24. true=false or A?
  25. .
  26. true=A:bool or B:bool?
  27. .
  28. A:bool=B:bool or false?
  29. .
  30. A:bool=false or B:bool?
  31. .
  32. A = B or B?
  33. .
  34.