Deploy to GitHub Pages:

This commit is contained in:
Travis CI
2020-12-14 04:52:08 +00:00
parent f9a6fc2225
commit a56214433f

View File

@ -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"]