This commit is contained in:
Bob Nystrom
2016-05-02 16:23:56 -07:00
+1 -1
View File
@@ -11,7 +11,7 @@ You have a *receiver* expression (here `System`) followed by a `.`, then a name
are separated by commas:
:::wren
list.insert("item", 3)
list.insert(3, "item")
The argument list can also be empty: