We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95974a commit 2ac907aCopy full SHA for 2ac907a
Syntax.md
@@ -95,6 +95,7 @@ DECLARE <variable name> : <type name>
95
```
96
// Enum
97
<enumVar> <- <state>
98
+<enumVar> <- <enumVar> + <integer>
99
100
// Pointer
101
<pointerVar> <- <otherPointerVar>
0 commit comments