1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

docs: add __global to keyword list (#17081)

This commit is contained in:
Makhnev Petr 2023-01-23 13:45:05 +04:00 committed by GitHub
parent 6d223b9a26
commit 828ab473c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6439,6 +6439,7 @@ typeof
union
unsafe
volatile
__global
__offsetof
```
See also [V Types](#v-types).