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
(cond-same? arg ..clauses) arg: any form clauses: zero or more arrs
Successively tests a value for equality using same?.
same?
cond-same? is equivalent to cond-eq?, except that arg is compared against each candidate using the same? function.
arg