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

Tree @master (Download .tar.gz)

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

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