Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 596 Bytes

keywords.md

File metadata and controls

18 lines (14 loc) · 596 Bytes
version example_title
1.0.0
Keywords

Keywords

V is a very small language so it has few keywords. There are around 25 keywords.

Keywords in V Programming Language
break const as continue defer
else enum fn for struct
go goto if import return
type pub mut in interface
match module or none

Like other languages, they cannot be used as a variable.