mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +01:00
Deploy to GitHub Pages:
This commit is contained in:
@ -198,7 +198,7 @@ System.print(list) //> [a, new, c]
|
||||
</pre>
|
||||
|
||||
<p>It is a runtime error if the index is not an integer or is out of bounds.</p>
|
||||
<h2><strong>+</strong>(other) operator <a href="#+(other)-operator" name="+(other)-operator" class="header-anchor">#</a></h2>
|
||||
<h3><strong>+</strong>(other) operator <a href="#+(other)-operator" name="+(other)-operator" class="header-anchor">#</a></h3>
|
||||
<p>Appends a list to the end of the list (concatenation). <code>other</code> must be a <code>List</code>.</p>
|
||||
<pre class="snippet">
|
||||
var letters = ["a", "b", "c"]
|
||||
|
||||
Reference in New Issue
Block a user