Start documenting maps and work on some other docs a bit.

This commit is contained in:
Bob Nystrom
2015-01-25 11:08:13 -08:00
parent 492c730e6f
commit 3061bdde7f
7 changed files with 156 additions and 14 deletions
+2
View File
@@ -65,3 +65,5 @@ assigned value.
:::dart
var a = "before"
IO.print(a = "after") // Prints "after".
**TODO: Top-level names.**