mlox/lox.t/operator/add.lox

2 lines
71 B
Lox
Raw Permalink Normal View History

2024-08-03 02:44:12 +02:00
print 123 + 456; // expect: 579
print "str" + "ing"; // expect: string