mlox/lox.t/string/literals.lox

5 lines
137 B
Lox
Raw Permalink Normal View History

2024-08-03 02:44:12 +02:00
print "(" + "" + ")"; // expect: ()
print "a string"; // expect: a string
// Non-ASCII.
print "A~¶Þॐஃ"; // expect: A~¶Þॐஃ