docs: reorganize language guide into linear narrative with renamed sections and navigation links
This commit is contained in:
@@ -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 →</a>
|
||||
<a href="variables.html">← Variables</a>
|
||||
|
||||
Reference in New Issue
Block a user