Handbook
Glossary
fixnum< ( x y -- ? )
Vocabulary
math
.
private
Inputs
x
a
fixnum
y
a
fixnum
Outputs
?
a
boolean
Word description
Primitive version of
<
.
Warning
This word does not perform type checking, and passing objects of the wrong type can crash the runtime. User code should call the generic word
<
instead.
Definition
IN:
math.private
PRIMITIVE:
fixnum<
( x y -- ? )
foldable
flushable