mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
docs: update keyword list (#14319)
This commit is contained in:
parent
2027a1969b
commit
87de6df0e6
@ -6026,7 +6026,7 @@ a nested loop, and those do not risk violating memory-safety.
|
|||||||
|
|
||||||
## Appendix I: Keywords
|
## Appendix I: Keywords
|
||||||
|
|
||||||
V has 41 reserved keywords (3 are literals):
|
V has 42 reserved keywords (3 are literals):
|
||||||
|
|
||||||
```v ignore
|
```v ignore
|
||||||
as
|
as
|
||||||
@ -6038,7 +6038,6 @@ const
|
|||||||
continue
|
continue
|
||||||
defer
|
defer
|
||||||
else
|
else
|
||||||
embed
|
|
||||||
enum
|
enum
|
||||||
false
|
false
|
||||||
fn
|
fn
|
||||||
@ -6050,6 +6049,7 @@ import
|
|||||||
in
|
in
|
||||||
interface
|
interface
|
||||||
is
|
is
|
||||||
|
isreftype
|
||||||
lock
|
lock
|
||||||
match
|
match
|
||||||
module
|
module
|
||||||
|
Loading…
Reference in New Issue
Block a user