chickadee
»
chicken
»
base
»
unless
Identifier search
(unless TEST EXP1 EXP2 ...)
syntax
Equivalent to:
(if (not TEST) (begin EXP1 EXP2 ...))