Handbook
Glossary
with-form ( name quot -- )
Furnace framework
»
Furnace presentation layer
»
HTML forms
»
HTML form infrastructure
Prev:
form
Next:
begin-form ( -- )
Vocabulary
html
.
forms
Inputs
name
a
string
quot
a
quotation
Outputs
None
Word description
Runs the quotation in a new dynamic scope with the
form
variable rebound to the form stored in the value named
name
.
Definition
USING:
kernel
namespaces
sequences
;
IN:
html.forms
:
with-form
( name quot -- )
[
[
[
nested-forms
[
swap
prefix
]
change
]
[
value
form
set
]
bi
]
curry
]
dip
compose
with-scope
;
inline