mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
[doc] add assert
, false
, true
, unsafe
to the keywords (#5700)
This commit is contained in:
parent
6c48fc1ff9
commit
97ef860acb
@ -2127,16 +2127,18 @@ fn C.WinFunction()
|
|||||||
|
|
||||||
## Appendix I: Keywords
|
## Appendix I: Keywords
|
||||||
|
|
||||||
V has 25 keywords:
|
V has 29 keywords (3 are literals):
|
||||||
|
|
||||||
```v
|
```v
|
||||||
as
|
as
|
||||||
|
assert
|
||||||
break
|
break
|
||||||
const
|
const
|
||||||
continue
|
continue
|
||||||
defer
|
defer
|
||||||
else
|
else
|
||||||
enum
|
enum
|
||||||
|
false
|
||||||
fn
|
fn
|
||||||
for
|
for
|
||||||
go
|
go
|
||||||
@ -2154,8 +2156,11 @@ or
|
|||||||
pub
|
pub
|
||||||
return
|
return
|
||||||
struct
|
struct
|
||||||
|
true
|
||||||
type
|
type
|
||||||
|
unsafe
|
||||||
```
|
```
|
||||||
|
See also [Types](#types).
|
||||||
|
|
||||||
## Appendix II: Operators
|
## Appendix II: Operators
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user