Handbook
Glossary
cell ( -- n )
Factor handbook
»
The implementation
»
VM memory layouts
»
Sizes and limits
Next:
cells ( m -- n )
Vocabulary
layouts
Inputs
None
Outputs
n
a positive integer
Word description
Outputs the pointer size in bytes of the current CPU architecture.
Definition
USING:
kernel.private
;
IN:
layouts
:
cell
( -- n )
OBJ-CELL-SIZE
special-object
;
foldable
flushable