const io = @import("io.amal"); const User = struct { name: str; age: i32; } const main = fn { var hello = fn { } const value = "hello"; print(value, "world", 356, 13.37); var num1: i32; const num2 = 23232; const num3 = num1 + num2 * 30; const num4 = (num1 + num2) * num3 * ((34 + 32) / 234.345); //const num4 = 23; /* episfjpseifipesf */ //io.puts("lole"); } const print = fn { }