v/vlib/compiler/tests/repl/naked_strings.repl
2020-01-20 23:04:26 +01:00

5 lines
42 B
Text

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