Handbook
Glossary
with-output-variable ( value variable quot -- value )
Vocabulary
combinators
.
extras
Inputs
value
an
object
variable
an
object
quot
an
object
Outputs
value
an
object
Definition
USING:
kernel
namespaces
;
IN:
combinators.extras
:
with-output-variable
( value variable quot -- value )
over
[
get
]
curry
compose
with-variable
;
inline