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