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 12:26:49 +01:00
a
===output===
12