git @ Cat's Eye Technologies Pixley / master eg / lambda-test.pix
master

Tree @master (Download .tar.gz)

lambda-test.pix @masterraw · history · blame

1
2
3
(let*
  ((pair (lambda (x) (cons x (cons x ())))))
    (pair (quote (hi there))))