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

  1.  
  2.  
  3. a <| a.
  4. a <| @.
  5.  
  6.  
  7. 1234 <| 1234.
  8. 1234 <| int.
  9. 1234 <| real.
  10. 1234 <| @.
  11.  
  12.  
  13. int <| int.
  14. int <| real.
  15. int <| @.
  16.  
  17.  
  18. a little rope <| a little rope.
  19. a little rope <| string.
  20. a little rope <| @.
  21.  
  22.  
  23. string <| string.
  24. string <| @.
  25.  
  26.  
  27. 3.14159 <| 3.14159.
  28. 3.14159 <| real.
  29. 3.14159 <| @.
  30.  
  31.  
  32. real <| real.
  33. real <| @.
  34.  
  35.  
  36. [a,b,c,d] <| [a,b,c,d].
  37. [a,b,c,d] <| list.
  38. [a,b,c,d] <| cons.
  39. [a,b,c,d] <| @.
  40.  
  41.  
  42. list <| list.
  43. list <| @.
  44.  
  45.  
  46. cons <| list.
  47. cons <| cons.
  48. cons <| @.
  49.  
  50.  
  51. [] <| list.
  52. [] <| [].
  53. [] <| @.
  54.  
  55.  
  56. @ <| @.
  57.  
  58.  
  59. @(hello => world) <| @.
  60. @(hello => world) <| @(hello => world).
  61.  
  62.  
  63. small <| @.
  64. small <| small.
  65. small <| big.
  66.  
  67.  
  68. big <| @.
  69. big <| big.
  70.  
  71.  
  72. sad <| @.
  73. sad <| sad.
  74. sad <| funny.
  75.  
  76.  
  77. funny <| @.
  78. funny <| funny.
  79.  
  80.  
  81. dead_mouse <| @.
  82. dead_mouse <| small.
  83. dead_mouse <| big.
  84. dead_mouse <| sad.
  85. dead_mouse <| funny.
  86. dead_mouse <| dead_mouse.
  87.  
  88.  
  89. cheshire_cat <| @.
  90. cheshire_cat <| big.
  91. cheshire_cat <| funny.
  92. cheshire_cat <| cheshire_cat.
  93.  
  94. *** Yes
  95. > > 
  96. *** Yes
  97. > > 
  98. *** Yes
  99. A =  $p( $a, $b, $c).
  100. --1> 
  101. *** No
  102. A =  $p( $a, $b, $c, $@).
  103. --1> > 
  104. *** Yes
  105. A = @(4 =>  $goodbye).
  106. --1> 
  107.