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

  1.  
  2. *** Yes
  3. > > 
  4. *** Yes
  5. > > 
  6.  
  7. testing: tata +>= toto
  8.     true
  9.  
  10. *** No
  11.  
  12. testing: toto +>= tata
  13.     false
  14.  
  15. *** No
  16.  
  17. testing: (@, @)+>=(C, C)
  18.     true
  19.  
  20. *** No
  21.  
  22. testing: (C, C)+>=(@, @)
  23.     false
  24.  
  25. *** No
  26.  
  27. testing: [@|@] +>= [C,C]
  28.     true
  29.  
  30. *** No
  31.  
  32. testing: [C|C] +>= [@|@]
  33.     false
  34.  
  35. *** No
  36.  
  37. testing: foo(a,s,d) +>= foo(a,s,d,@)
  38.     true
  39.  
  40. *** No
  41.  
  42. testing: foo(a,s,d,@) +>= foo(a,s,d)
  43.     false
  44.  
  45. *** No
  46. > > 
  47.  
  48. *** Yes
  49. > > 
  50.  
  51. testing: tata +> toto
  52.     true
  53.  
  54. *** No
  55.  
  56. testing: toto +> tata
  57.     false
  58.  
  59. *** No
  60.  
  61. testing: (@, @)+>(C, C)
  62.     true
  63.  
  64. *** No
  65.  
  66. testing: (C, C)+>(@, @)
  67.     false
  68.  
  69. *** No
  70.  
  71. testing: [@|@] +> [C|C]
  72.     true
  73.  
  74. *** No
  75.  
  76. testing: [C|C] +> [@|@]
  77.     false
  78.  
  79. *** No
  80.  
  81. testing: foo(a,s,d) +> foo(a,s,d,@)
  82.     true
  83.  
  84. *** No
  85.  
  86. testing: foo(a,s,d,@) +> foo(a,s,d)
  87.     false
  88.  
  89. *** No
  90. > > 
  91.  
  92. *** Yes
  93. > > 
  94.  
  95. testing: tata == toto
  96.     false
  97.  
  98. *** No
  99.  
  100. testing: toto == tata
  101.     false
  102.  
  103. *** No
  104.  
  105. testing: (@, @)==(C, C)
  106.     false
  107.  
  108. *** No
  109.  
  110. testing: (C, C)==(@, @)
  111.     false
  112.  
  113. *** No
  114.  
  115. testing: [@|@] == [C,C]
  116.     false
  117.  
  118. *** No
  119.  
  120. testing: [C|C] == [@|@]
  121.     false
  122.  
  123. *** No
  124.  
  125. testing: foo(a,s,d) == foo(a,s,d,@)
  126.     false
  127.  
  128. *** No
  129.  
  130. testing: foo(a,s,d,@) == foo(a,s,d)
  131.     false
  132.  
  133. *** No
  134. > > > |    |    |    |    |    |    |    |    |    |    |    |    |    |    |    |    |    
  135.  
  136.  
  137. testing: big(tom(brain => slow_witted,father => tax_collector,favorite_exclamation => arghh!!,friend => john(face => spotty,teeth => yellow),hair => knotted,hands => clumsy,mother => witch,nose => long(spots => ugly,warts => red))) == big(tom(brain => slow_witted,father => tax_collector,favorite_exclamation => arghh!!,friend => john(face => spotty,teeth => yellow),hair => knotted,hands => clumsy,mother => witch,nose => long(spots => ugly,warts => red)))
  138.     true
  139.  
  140.  
  141.  
  142. testing: true
  143.     true
  144.  
  145.  
  146.  
  147. testing: true
  148.     true
  149.  
  150. *** No
  151. > > 
  152.  
  153. testing: tata +=< toto
  154.     false
  155.  
  156. *** No
  157.  
  158. testing: toto +=< tata
  159.     true
  160.  
  161. *** No
  162.  
  163. testing: (@, @)+=<(C, C)
  164.     false
  165.  
  166. *** No
  167.  
  168. testing: (C, C)+=<(@, @)
  169.     true
  170.  
  171. *** No
  172.  
  173. testing: [@|@] +=< [C,C]
  174.     false
  175.  
  176. *** No
  177.  
  178. testing: [C|C] +=< [@|@]
  179.     true
  180.  
  181. *** No
  182.  
  183. testing: foo(a,s,d) +=< foo(a,s,d,@)
  184.     false
  185.  
  186. *** No
  187.  
  188. testing: foo(a,s,d,@) +=< foo(a,s,d)
  189.     true
  190.  
  191. *** No
  192. > > 
  193.  
  194. *** Yes
  195. > > 
  196.  
  197. testing: tata +< toto
  198.     false
  199.  
  200. *** No
  201.  
  202. testing: toto +< tata
  203.     true
  204.  
  205. *** No
  206.  
  207. testing: (@, @)+<(C, C)
  208.     false
  209.  
  210. *** No
  211.  
  212. testing: (C, C)+<(@, @)
  213.     true
  214.  
  215. *** No
  216.  
  217. testing: [@|@] +< [C,C]
  218.     false
  219.  
  220. *** No
  221.  
  222. testing: [C|C] +< [@|@]
  223.     true
  224.  
  225. *** No
  226.  
  227. testing: foo(a,s,d) +< foo(a,s,d,@)
  228.     false
  229.  
  230. *** No
  231.  
  232. testing: foo(a,s,d,@) +< foo(a,s,d)
  233.     true
  234.  
  235. *** No
  236. > > 
  237.  
  238. *** Yes
  239. > > 
  240.  
  241. testing: tata +>< toto
  242.     true
  243.  
  244. *** No
  245.  
  246. testing: toto +>< tata
  247.     true
  248.  
  249. *** No
  250.  
  251. testing: (@, @)+><(C, C)
  252.     true
  253.  
  254. *** No
  255.  
  256. testing: (C, C)+><(@, @)
  257.     true
  258.  
  259. *** No
  260.  
  261. testing: [@|@] +>< [C,C]
  262.     true
  263.  
  264. *** No
  265.  
  266. testing: [C|C] +>< [@|@]
  267.     true
  268.  
  269. *** No
  270.  
  271. testing: foo(a,s,d) +>< foo(a,s,d,@)
  272.     true
  273.  
  274. *** No
  275.  
  276. testing: foo(a,s,d,@) +>< foo(a,s,d)
  277.     true
  278.  
  279. *** No
  280. > > |    |    |    |    |    |    |    |    |    |    |    |    |    |    |    |    |    
  281.  
  282.  
  283. testing: big(tom(brain => slow_witted,father => tax_collector,favorite_exclamation => arghh!!,friend => john(face => spotty,teeth => yellow),hair => knotted,hands => clumsy,mother => witch,nose => long(spots => ugly,warts => red))) \== big(tom(brain => slow_witted,father => tax_collector,favorite_exclamation => arghh!!,friend => john(face => spotty,teeth => yellow),hair => knotted,hands => clumsy,mother => witch,nose => long(spots => ugly,warts => red)))
  284.     false
  285.  
  286.  
  287.  
  288. testing: false
  289.     false
  290.  
  291.  
  292.  
  293. testing: false
  294.     false
  295.  
  296. *** No
  297. > > 
  298.  
  299. testing: write(charley)
  300.     write(charley)
  301.  
  302. *** No
  303. > > 
  304.  
  305. testing: a :== c
  306.     false
  307.  
  308.  
  309. testing: true
  310.     true
  311.  
  312.  
  313. testing: false
  314.     false
  315.  
  316.  
  317. testing: false
  318.     false
  319.  
  320.  
  321. testing: false
  322.     false
  323.  
  324.  
  325. testing: false
  326.     false
  327.  
  328.  
  329. testing: true
  330.     true
  331.  
  332.  
  333. testing: false
  334.     false
  335.  
  336. *** No
  337. > > > 
  338. *** Yes
  339. *** Yes
  340. *** Yes
  341. *** Yes
  342. *** Yes
  343. *** Yes
  344. > > 
  345.  
  346. testing: f(b,c) +>< f(X,X)
  347.     false
  348.  
  349. *** No
  350.