with-form ( name quot -- )
Furnace framework » Furnace presentation layer » HTML forms » HTML form infrastructure

Prev:form
Next:begin-form ( -- )


Vocabulary
html.forms

Inputs
namea string
quota 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