Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 543 Bytes

keywords.md

File metadata and controls

13 lines (10 loc) · 543 Bytes

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.