with-scaffold ( quot -- ) (original) (raw)
Vocabulary
tools.scaffold.private
Inputs
quot | an object |
---|
Outputs
None
Definition
USING: kernel namespaces tools.scaffold ;
: with-scaffold ( quot -- )
[ HS{ } clone using ] dip with-variable ; inline
Vocabulary
tools.scaffold.private
Inputs
quot | an object |
---|
Outputs
None
Definition
USING: kernel namespaces tools.scaffold ;
: with-scaffold ( quot -- )
[ HS{ } clone using ] dip with-variable ; inline