6 lines
139 B
Scheme
6 lines
139 B
Scheme
|
|
(unless (with-handlers ([not-break-exn? (lambda (x) #f)])
|
|
(namespace-variable-binding 'SECTION)
|
|
#t)
|
|
(load-relative "testing.ss"))
|