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

  1.  
  2. *** Yes
  3. > > 
  4. *** Yes
  5. X = [1,2,3].
  6. --1> 
  7. *** Yes
  8. X = int_cons(1,int_cons(2,int_cons(3,int_nil))).
  9. ----2> 
  10. *** Yes
  11. X = int_cons(1,int_cons(2,int_cons(3,int_nil))), Y = 3.
  12. ------3> 
  13. *** Yes
  14. X = int_cons(_A: 1,int_cons(_B: 2,int_cons(_C: 3,int_nil))), 
  15. Y = 3, 
  16. Z = [_A,_B,_C|X].
  17.  
  18. --------4> 
  19.