3 lines
103 B
Scheme
3 lines
103 B
Scheme
|
|
(if problem
|
||
|
|
(exit some-value)) ; converts "some-value" into an appropriate exit code for your system
|