This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
3a938972df
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-21 01:04:26 +03:00
fn test() { println('foo') } test() fn test2(a int) { println(a) } test2(42)
repl: functions and conditional blocks support
2019-08-18 22:50:38 +03:00
===output===
foo
42
Reference in New Issue
Copy Permalink