git @ Cat's Eye Technologies Robin / master eg / assertion.robin
master

Tree @master (Download .tar.gz)

assertion.robin @masterraw · history · blame

1
2
3
(define a 1)
(define b 1)
(assert (equal? (subtract a b) 99))