v/vlib/v/tests/inout/string_interp.vv

7 lines
81 B
V

fn main() {
test := 'hello'
hello := 'world'
println('%.*s$hello$test')
}