Handbook
Glossary
if? ( quot true false -- )
Vocabulary
combinators
.
extras
Inputs
quot
an
object
true
an
object
false
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
combinators.extras
:
if?
( quot true false -- )
[
[
drop
]
prepose
]
dip
1if
;
inline