1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/compiler/tests/repl/naked_strings.repl

6 lines
42 B
Plaintext
Raw Normal View History

2019-08-29 12:14:09 +03:00
'abc'
'abc'+'xyz'
===output===
abc
abcxyz