docs: reorganize language guide into linear narrative with renamed sections and navigation links

This commit is contained in:
Bob Nystrom
2015-11-07 19:09:04 +00:00
parent 7fcd513b23
commit efcc4d07c7
25 changed files with 751 additions and 615 deletions
+4 -1
View File
@@ -1,5 +1,5 @@
^title Functions
^category types
^category guide
No self-respecting language today can get by without functions—first
class little bundles of code. Since Wren is object-oriented, most of your code
@@ -161,3 +161,6 @@ to`i`:
System.print(counter.call()) //> 1
System.print(counter.call()) //> 2
System.print(counter.call()) //> 3
<a class="right" href="classes.html">Classes &rarr;</a>
<a href="variables.html">&larr; Variables</a>