2 lines
47 B
Scheme
2 lines
47 B
Scheme
(if problem
|
|
(exit #f)) ; exit unsuccessfully
|
(if problem
|
|
(exit #f)) ; exit unsuccessfully
|