You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
@@ -201,6 +202,23 @@ The remaining types are as follows:
201
202
202
203
> **Note:** In a subsequence update you will be able to define record types (named collections of values - like structs in C) and handler types (allowing dynamic handler calls through a variable - like function pointers in C).
A variable statement defines a handler-scope variable. Such variables can be used after the variable statement, but not before.
371
389
372
390
> **Note:** Variables are currently not block-scoped, they are defined from the point of declaration to the end of the handler - this might change in a subsequent revision.
@@ -465,7 +483,7 @@ If a Value expression is specified, it is evaluated and returned as the result o
465
483
466
484
PutStatement
467
485
: 'put' <Value: Expression> into <Target: Expression>
0 commit comments