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