Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
dy-tea committed Dec 27, 2024
1 parent 6c7ba93 commit c8fb7fc
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions doc/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8113,77 +8113,54 @@ instead use `#!/usr/bin/env -S v -raw-vsh-tmp-prefix tmp run`.
## Appendix I: Keywords
V has 69 reserved keywords:
V has 45 reserved keywords:
```v ignore
!in
!is
__global
__offsetof
as
asm
assert
atomic
bool
break
byte
char
const
continue
defer
dump
else
enum
f32
f64
else
false
fn
for
go
goto
i16
i64
i8
if
implements
import
in
int
interface
is
isize
isreftype
lock
map
match
module
mut
nil
none
or
pub
return
rlock
rune
select
shared
sizeof
spawn
static
string
struct
thread
true
type
typeof
u16
u32
u64
u8
union
unsafe
usize
voidptr
volatile
```
Expand Down

0 comments on commit c8fb7fc

Please sign in to comment.