Handbook
Glossary
expand-<array>? ( obj -- ? )
Vocabulary
compiler
.
cfg
.
intrinsics
.
allot
Inputs
obj
an
object
Outputs
?
an
object
Definition
USING:
kernel
math
math.order
;
IN:
compiler.cfg.intrinsics.allot
:
expand-<array>?
( obj -- ? )
dup
integer?
[
0 8
between?
]
[
drop
f
]
if
;