lt1   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/contrib/algebraic_data_types.xtm

Implementation

;; list test 1
(bind-func lt1
  (lambda ()
    (let ((l1 (Cons 1 (Cons 2 (Nil)))))
      (println 'l1 '= l1))))


Back to Index

Similar Entries