If you haven't installed V yet:
: A downloadable PDF version of the official V tutorials and compiler/interpreter guides. V Programming Language (Scribd) getting started with v programming pdf new
// Mutable (explicit) mut age := 30 age = 31 println('Hello, $name. You are $age.') If you haven't installed V yet: : A
No null, no global variables, and immutable variables by default. $name. You are $age.') No null
v run hello.pdf.v
import os