Test string concatenation.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
IO.print("a" + "b") // expect: ab
|
||||
@@ -0,0 +1 @@
|
||||
IO.print("a" + 123) // expect runtime error: Right operand must be a string.
|
||||
Reference in New Issue
Block a user