update readme

This commit is contained in:
Luna 2019-08-26 21:57:01 -03:00
parent ac5d29819c
commit 779ff33f8f
2 changed files with 15 additions and 0 deletions

View file

@ -51,6 +51,11 @@ fn main(a int) int {
println(a.b(3).c(d))
v()()()
str := 'hello'
len := str.len
str.len = str.len + 1
// str.len += 1
}
fn (v Typ) voidfunc() {}