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

6 lines
42 B
Plaintext

'abc'
'abc'+'xyz'
===output===
abc
abcxyz