Variable
Standard Bindings
A variable provides the following standard bindings:
returns | service | description |
Form | this.set(aForm) | Sets the current value of this variable to aForm and returns aForm. |
Form | this.get() | Returns the current value of this variable. |
Form | * this | Returns the current value of this variable. |
Form | this <- aForm | Sets the current value of this variable to aForm and returns aForm. |