when
unless
and
or
cond
cond-eq?
cond-same?
cond==
loop
break
continue
while
until
for
forn
forni
yield-from
bind-place!
defplace
inc!
dec!
mul!
div!
div-euclid!
rem!
rem-euclid!
abs!
neg!
seek!
antiseek!
clamp!
swap!
match
matches?
when-let
do-0
include
->
->>
backquote
unquote
(break (? result #n)) result: any type (optional)
Breaks out of a loop.
Breaks out of the innermost enclosing loop, while, until or for.
The result argument becomes the result of the loop as a whole.
result
See also: continue