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
5872961124
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 22:04:26 +00:00
mut a := 10 a++ a++ a++ a--
post increment/decrement repl fix
2020-01-07 11:26:49 +00:00
a
===output===
repl: execute REPL tests ~1.5x to 2x faster
2020-01-20 22:04:26 +00:00
12