index
:
cli-tools-windows
master
CLI Tools
Indrajith K L
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
v_windows
/
v
/
vlib
/
v
/
tests
/
inout
/
string_interp.vv
blob: 8f81233b291e2dbcaaf4e467aa60c90afa87e61b (
plain
)
1
2
3
4
5
fn main() { test := 'hello' hello := 'world' println('%.*s$hello$test') }