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

Tree @master (Download .tar.gz)

cond-test-1.pix @masterraw · history · blame

1
2
3
(cond
  ((equal? (quote b) (quote r)) (quote foo))
  (else (quote bar)))