Handbook
Glossary
if-bootstrapping ( true false -- )
Vocabulary
words
Inputs
true
an
object
false
an
object
Outputs
None
Definition
USING:
kernel
namespaces
;
IN:
words
:
if-bootstrapping
( true false -- )
[
bootstrapping?
get
]
2dip
if
;
inline