public native override toString() as String
Returns a normalized textual representation using the immutable literal syntax.
print(i:["First", "Second", "Last"].toString())