update readme
This commit is contained in:
parent
ac5d29819c
commit
779ff33f8f
2 changed files with 15 additions and 0 deletions
|
@ -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() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue