1
0
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:
StunxFS 2022-05-06 13:17:45 -04:00 committed by GitHub
parent 2027a1969b
commit 87de6df0e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6026,7 +6026,7 @@ a nested loop, and those do not risk violating memory-safety.
## Appendix I: Keywords
V has 41 reserved keywords (3 are literals):
V has 42 reserved keywords (3 are literals):
```v ignore
as
@ -6038,7 +6038,6 @@ const
continue
defer
else
embed
enum
false
fn
@ -6050,6 +6049,7 @@ import
in
interface
is
isreftype
lock
match
module