String Interpolation in V

Posted by yhuang
Public (Editable by Users)
V
None
Edit
name := 'Bob'
println('Hello, $name!')  // `$` is used for string interpolation