We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42f9d9 commit 4248f03Copy full SHA for 4248f03
SPEC.md
@@ -136,13 +136,11 @@ fn main() -> i32 {
136
137
### 2.1 Keywords
138
```
139
-program fn var const config local
140
-pin type struct enum if else for
141
-while loop break continue return import export
142
-pub priv static unsafe where impl true
143
-false null and or not in as
144
-is try catch throw defer go delete
145
-match test
+fn var const config local for
+pin type struct enum if else
+while loop break continue return import
+pub priv impl true false null
+try catch throw defer delete match
146
147
148
**Note**: The `pin` keyword is used for both maps and global variables to enable filesystem persistence.
0 commit comments