mlox/lox.t/string/literals.lox
2024-08-03 02:44:12 +02:00

5 lines
137 B
Lox

print "(" + "" + ")"; // expect: ()
print "a string"; // expect: a string
// Non-ASCII.
print "A~¶Þॐஃ"; // expect: A~¶Þॐஃ