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
/
function.repl
5 lines
98 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
fn test() { println('foo') } test() fn test2(a int) { println(a) } test2(42)
repl: functions and conditional blocks support
2019-08-18 21:50:38 +02:00
===output===
foo
42