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

10 lines
54 B
Plaintext
Raw Normal View History

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