v/compiler/tests/repl/naked_strings.repl

9 lines
54 B
Text

'abc'
'abc'+'xyz'
'{'
'}'
===output===
abc
abcxyz
{
}