4 lines
102 B
Text
4 lines
102 B
Text
(let N 41
|
|
(unless (= N 42) (quit "Incorrect N" N)) ) # 'quit' throws an error
|
|
41 -- Incorrect N
|
|
?
|