Change syntax for blocks -> fns.

This commit is contained in:
Bob Nystrom
2013-11-06 07:47:47 -08:00
parent c0c6020292
commit 8f6881c6a8
9 changed files with 98 additions and 63 deletions
+3
View File
@@ -0,0 +1,3 @@
io.write((fn 123).call) // expect: 123
// TODO(bob): Arguments.