ExprForNode Type
Constructors
Constructor |
Description
|
Full Usage:
ExprForNode(forNode, ident, equals, identBody, direction, toBody, doBody, range)
Parameters:
SingleTextNode
ident : SingleTextNode
equals : SingleTextNode
identBody : Expr
direction : bool
toBody : Expr
doBody : Expr
range : range
Returns: ExprForNode
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.Direction
Returns: bool
|
|
|
|
|
|
|
|
|
|
|
|
|
|