Fill in some more docs.

This commit is contained in:
Bob Nystrom
2015-01-01 18:48:59 -08:00
parent 0882897c6b
commit 8ab91bf6c2
8 changed files with 29 additions and 17 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ Most languages use square brackets (`[]`) for working with collection-like
objects. For example:
:::dart
list.add["item"]
first = list[0]
map["key"] = "value"
You know the refrain by now. In Wren, these are just method calls. Subscript