diff --git a/modules/core/list.html b/modules/core/list.html index 337839ec..b99c9d99 100644 --- a/modules/core/list.html +++ b/modules/core/list.html @@ -198,7 +198,7 @@ System.print(list) //> [a, new, c]

It is a runtime error if the index is not an integer or is out of bounds.

-

+(other) operator #

+

+(other) operator #

Appends a list to the end of the list (concatenation). other must be a List.

 var letters = ["a", "b", "c"]