Handbook
Glossary
null
Factor handbook
»
The language
»
Objects
»
Classes
Prev:
object
Next:
classes ( -- seq )
Vocabulary
kernel
Class description
The canonical empty class with no instances.
Notes
Unlike
null
in Java or
NULL
in C++, this is not a value signifying empty, or nothing. Use
f
for this purpose.
Definition
IN:
kernel
UNION:
null
;