multiple expr per print

This commit is contained in:
uan
2026-02-06 11:15:44 +01:00
parent a1c99b8b9e
commit 5602765b67
4 changed files with 54 additions and 31 deletions

2
main.v
View File

@@ -32,6 +32,6 @@ fn main() {
out_c := generator.gen_c(statements)
compile(out_c, 'exec', true, 'clang')
compile(out_c, 'exec', true, 'gcc')
}