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
-2
View File
@@ -65,5 +65,3 @@ assigned value.
:::dart
var a = "before"
IO.print(a = "after") // Prints "after".
**TODO: Forward references for globals, closures.**