Files

7 lines
106 B
Scheme
Raw Permalink Normal View History

(define a (new-Bar))
(if (not (string=? (Bar-blah a) "Bar::blah"))
(error "Wrong string"))
(exit 0)