const io = @import("tests/io.amal") const main = () { var hello = () { } const value = "hello" print(value, "world", 356) } const print = () { }