mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc: add spawn
to keyword list (#17080)
This commit is contained in:
parent
865c0ea8bd
commit
3df231c466
@ -6394,7 +6394,7 @@ use `#!/usr/bin/env -S v -raw-vsh-tmp-prefix tmp run`.
|
||||
|
||||
## Appendix I: Keywords
|
||||
|
||||
V has 42 reserved keywords (3 are literals):
|
||||
V has 43 reserved keywords (3 are literals):
|
||||
|
||||
```v ignore
|
||||
as
|
||||
@ -6430,6 +6430,7 @@ rlock
|
||||
select
|
||||
shared
|
||||
sizeof
|
||||
spawn
|
||||
static
|
||||
struct
|
||||
true
|
||||
|
Loading…
Reference in New Issue
Block a user