literal phrase⇒token, expression phrase⇒any
Source: /avail/Avail/Foundation/Bootstrap/Origin
Categories: Avail Syntax, Variables
Construct and answer an assignment phrase (wrapped inside an
expression-as-statement phrase.
| Position | Name | Type | Description | |
|---|---|---|---|---|
| Parameters | ||||
| 1 | varNamePhrase | literal phrase⇒token | A literal phrase that answers the token corresponding to the identifier of the target variable. | |
| 2 | valuePhrase | expression phrase⇒any | An expression phrase that answers the value to which the target variable should be rebound. | |
| Returns | expression-as-statement phrase |
An expression-as-statement phrase that decorates an assignment phrase.
|
||