Handbook
Glossary
fixnum+overflow ( x y -- z )
Vocabulary
compiler
.
cfg
.
intrinsics
.
fixnum
Inputs
x
an
object
y
an
object
Outputs
z
an
object
Definition
USING:
kernel
math
;
IN:
compiler.cfg.intrinsics.fixnum
:
fixnum+overflow
( x y -- z )
[
>bignum
]
bi@
+
;