Handbook
Glossary
<standard-combination> ( # -- standard-combination )
Vocabulary
generic
.
standard
Inputs
#
an
object
Outputs
standard-combination
an
object
Definition
USING:
kernel
math
;
IN:
generic.standard
:
<standard-combination>
( # -- standard-combination )
dup
integer?
[
dup
0
<
]
[
t
]
if
[
bad-dispatch-position
]
when
standard-combination
boa
;