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
5fb3c0e3a8
v
/
compiler
/
tests
/
repl
/
interpolation.repl
6 lines
68 B
Plaintext
Raw
Blame
History
a := 'Hello'
b := 'World'
println('$a $b')
===output===
Hello World
Reference in New Issue
View Git Blame
Copy Permalink