diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-05-30 21:53:25 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-05-30 21:53:25 -0400 |
| commit | 1282696390411be1bd24b4aa8c83b0c755db3771 (patch) | |
| tree | ad88e2e7f9aa77b8ac1802137e4e6f0f259fbedf /docs/tutorial | |
| parent | 18d1bce85de22f8bc7a08453618c7d9e94b61f92 (diff) | |
Suggest documentation pages to read after running out of tutorial
Diffstat (limited to 'docs/tutorial')
| -rw-r--r-- | docs/tutorial/index.html | 7 |
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> |
