v/vlib/compiler/tests/repl/postfix_operators.repl

5 lines
46 B
Plaintext
Raw Normal View History

mut a := 10 a++ a++ a++ a--
2020-01-07 11:26:49 +00:00
a
===output===
12