mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
doc: add spawn
to keyword list (#17080)
This commit is contained in:
parent
865c0ea8bd
commit
3df231c466
1 changed files with 2 additions and 1 deletions
|
@ -6394,7 +6394,7 @@ use `#!/usr/bin/env -S v -raw-vsh-tmp-prefix tmp run`.
|
||||||
|
|
||||||
## Appendix I: Keywords
|
## Appendix I: Keywords
|
||||||
|
|
||||||
V has 42 reserved keywords (3 are literals):
|
V has 43 reserved keywords (3 are literals):
|
||||||
|
|
||||||
```v ignore
|
```v ignore
|
||||||
as
|
as
|
||||||
|
@ -6430,6 +6430,7 @@ rlock
|
||||||
select
|
select
|
||||||
shared
|
shared
|
||||||
sizeof
|
sizeof
|
||||||
|
spawn
|
||||||
static
|
static
|
||||||
struct
|
struct
|
||||||
true
|
true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue