Files
wren/test/string/concatenation.wren
T

2 lines
34 B
Plaintext
Raw Normal View History

2014-04-08 21:17:49 -07:00
IO.print("a" + "b") // expect: ab