deimos-lang/examples/op_prec.dm
2025-10-04 09:07:49 -05:00

4 lines
53 B
Plaintext

fn main()
let n = 1 + 2 * 3 + 4
println n
end