Handbook
Glossary
immediate
Vocabulary
layouts
Class description
Union class of all values that the Factor VM can store immediately, all others are stored as references (pointer) to them.
Definition
USING:
math
;
IN:
layouts
UNION:
immediate
fixnum
POSTPONE:
f
;