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
Copy file name to clipboardExpand all lines: docs/reference/lang/spec/kcl-spec.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ description: KCL Spec
10
10
11
11
### Keywords and reserved words
12
12
13
-
The following are the keywords of the KCL:
13
+
The following identifiers are used as reserved words, or keywords of the language, and cannot be used as ordinary identifiers. They must be spelled exactly as written here:
14
14
15
15
```
16
16
True False None Undefined import
@@ -21,7 +21,7 @@ all any map filter lambda
21
21
rule
22
22
```
23
23
24
-
The following are reserved words for the KCL:
24
+
The following tokens are not used, but they are reserved as possible future keywords:
0 commit comments