print 123 + 456; // expect: 579 print "str" + "ing"; // expect: string