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
52168d0781
v
/
compiler
/
tests
/
repl
/
function.repl
12 lines
101 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