add for statements

This commit is contained in:
Luna 2019-08-29 14:30:33 -03:00
parent 1ac1e54264
commit 8bce47f5cc
4 changed files with 77 additions and 0 deletions

View file

@ -63,6 +63,9 @@ fn main(a int) int {
str.len /= 1
awoo := [1, 2, a(), b + 2, c(31) * d]
for a in b {}
for idx, a in b {}
}
fn (v Typ) voidfunc() {}