This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
d823d82207
v
/
vlib
/
compiler
/
tests
/
repl
/
postfix_operators.repl
12 lines
64 B
Plaintext
Raw
Blame
History
mut a := 2
a++
a
println(a)
println(a++)
a
===output===
3
3
3
3
Reference in New Issue
View Git Blame
Copy Permalink