mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
committed by
GitHub
parent
cb51d61a64
commit
81aff84415
@ -163,7 +163,7 @@ System.print(list) //> [a, new, c]
|
|||||||
|
|
||||||
It is a runtime error if the index is not an integer or is out of bounds.
|
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`.
|
Appends a list to the end of the list (concatenation). `other` must be a `List`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user