7 lines
106 B
Scheme
7 lines
106 B
Scheme
(define a (new-Bar))
|
|
|
|
(if (not (string=? (Bar-blah a) "Bar::blah"))
|
|
(error "Wrong string"))
|
|
|
|
(exit 0)
|