Move the community docs to the wiki.

This commit is contained in:
Bob Nystrom
2016-01-24 15:39:35 -08:00
parent fde6cfc142
commit ffb5ada9fb
4 changed files with 42 additions and 78 deletions
+2 -2
View File
@@ -209,8 +209,8 @@ receiver:
}
}
Code like this gets tricky when you there is also a variable outside of the
class with the same name. Consider:
Code like this gets tricky when there is also a variable outside of the class
with the same name. Consider:
:::wren
var name = "variable"