Tips for code golfing in Vlang V documentation Modules documentation Basic tips Arrays can be initialized by accessing the index variable: a:=[]int{len:10,init:index} Strings can contain unescaped newlines "${a}" is shorter than a.str()