Handbook
Glossary
?1when ( ..a x pred: ( ..a x quot: ( ..a x -- ..b ? ) -- ..b x ? ) true: ( ..b x -- ..c ) -- ..c )
Vocabulary
combinators
.
extras
Inputs
x
an
object
pred
a
quotation
with stack effect
( ..a x quot: ( ..a x -- ..b ? ) -- ..b x ? )
true
a
quotation
with stack effect
( ..b x -- ..c )
Outputs
None
Definition
IN:
combinators.extras
:
?1when
( ..a x pred: ( ..a x quot: ( ..a x -- ..b ? ) -- ..b x ? ) true: ( ..b x -- ..c ) -- ..c )
[
]
?1if
;
inline