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