v2 / vlib / v / slow_tests / repl / naked_strings.repl
3 lines · 3 sloc · 32 bytes · 6a32c810703f4ec0c39fe18298ebe6c40acac8f1
Raw
1'abc'+'xyz'
2===output===
3abcxyz
4