DevBits
Home
Atlas
Play
About
Sign up
Log in
All
V
Strings and Text
String Interpolation
String Interpolation in V
String Interpolation in V
Posted by
yhuang
Public (Editable by Users)
Language
V
Dependencies
None
Run
V Latest
Play
Copy
Copy To
Official V Playground
Expand
Fork
Edit
main.v
name := 'Bob' println('Hello, $name!') // `$` is used for string interpolation
Stdout
Stderr