aboutsummaryrefslogtreecommitdiff
path: root/docs/tutorial
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-05-30 21:53:25 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-05-30 21:53:25 -0400
commit1282696390411be1bd24b4aa8c83b0c755db3771 (patch)
treead88e2e7f9aa77b8ac1802137e4e6f0f259fbedf /docs/tutorial
parent18d1bce85de22f8bc7a08453618c7d9e94b61f92 (diff)
Suggest documentation pages to read after running out of tutorial
Diffstat (limited to 'docs/tutorial')
-rw-r--r--docs/tutorial/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html
index b0aabdc7..f6421609 100644
--- a/docs/tutorial/index.html
+++ b/docs/tutorial/index.html
@@ -39,3 +39,10 @@
</tr>
</tbody>
</table>
+<p>Where to from here? I'd suggest the following documentation pages as starting points:</p>
+<ul>
+<li><a href="../doc/block.html">Blocks</a>; maybe <a href="../doc/lexical.html">Lexical scoping</a> and <a href="../doc/control.html">Control flow</a></li>
+<li><a href="../doc/array.html">Arrays</a> and <a href="../doc/indices.html">Indices</a></li>
+<li><a href="../doc/namespace.html">Namespaces</a> and <a href="../doc/oop.html">Object-oriented programming</a></li>
+<li><a href="../doc/primitive.html">Primitives</a> as needed</li>
+</ul>