remove ident from printExpr

This commit is contained in:
Luna 2019-08-24 11:15:41 -03:00
parent ea5de0914a
commit 9ad0c7df0e
3 changed files with 18 additions and 15 deletions

View file

@ -6,5 +6,7 @@
//)
fn main(a int) int {
1 + 2
1 + 2 + 3 + 4
1 + 1 * 1
3 / (51 + 2)
}