docs: expand embedding API, functions, lists, maps, and looping documentation with examples and clarifications

This commit is contained in:
Bob Nystrom
2015-01-02 02:48:59 +00:00
parent 0a54f68ad3
commit 151b352bee
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