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
f1f8a2e4dd
v
/
vlib
/
compiler
/
tests
/
repl
/
postfix_operators.repl
5 lines
46 B
Plaintext
Raw
Normal View
History
Unescape
Escape
repl: execute REPL tests ~1.5x to 2x faster
2020-01-20 23:04:26 +01:00
mut a := 10 a++ a++ a++ a--
post increment/decrement repl fix
2020-01-07 12:26:49 +01:00
a
===output===
repl: execute REPL tests ~1.5x to 2x faster
2020-01-20 23:04:26 +01:00
12