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
-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.**