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
Blame
History
fn test() { println('foo') } test() fn test2(a int) { println(a) } test2(42)
===output===
foo
42
Reference in New Issue
View Git Blame
Copy Permalink