Skip to content

Commit 4248f03

Browse files
committed
Remove redundant keywords and ensure consistent formatting.
1 parent f42f9d9 commit 4248f03

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

SPEC.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,11 @@ fn main() -> i32 {
136136

137137
### 2.1 Keywords
138138
```
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
139+
fn var const config local for
140+
pin type struct enum if else
141+
while loop break continue return import
142+
pub priv impl true false null
143+
try catch throw defer delete match
146144
```
147145

148146
**Note**: The `pin` keyword is used for both maps and global variables to enable filesystem persistence.

0 commit comments

Comments
 (0)