From c8fb7fcf4f920c1dcec3439f1379d06c34c67720 Mon Sep 17 00:00:00 2001 From: Dylan Donnell Date: Fri, 27 Dec 2024 20:29:11 +0000 Subject: [PATCH] review --- doc/docs.md | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/doc/docs.md b/doc/docs.md index e5f672ba59b32a..c124a72d4f59fc 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -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 ```