v/vlib/compiler/tests/repl/naked_strings.repl

10 lines
54 B
Plaintext
Raw Normal View History

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