Appendix I: Keywords

V has 41 reserved keywords (3 are literals):

  1. as
  2. asm
  3. assert
  4. atomic
  5. break
  6. const
  7. continue
  8. defer
  9. else
  10. embed
  11. enum
  12. false
  13. fn
  14. for
  15. go
  16. goto
  17. if
  18. import
  19. in
  20. interface
  21. is
  22. lock
  23. match
  24. module
  25. mut
  26. none
  27. or
  28. pub
  29. return
  30. rlock
  31. select
  32. shared
  33. sizeof
  34. static
  35. struct
  36. true
  37. type
  38. typeof
  39. union
  40. unsafe

See also Types.