This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
10. Expressions
An expression is a sequence of operators and operands that specifies a computation. In the general case, an expression evaluates to a value at runtime.
- Expression ::=
- SimpleExpression |
InvocationExpression |
MemberAccessExpression |
IndexExpression |
NewExpression |
CastExpression |
TypeOfExpression |
OperatorExpression