v/compiler/tests/repl/naked_strings.repl

6 lines
42 B
Plaintext
Raw Normal View History

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