diff options
author | glenda <glenda@9front.local> | 2021-01-13 18:33:58 +0000 |
---|---|---|
committer | glenda <glenda@9front.local> | 2021-01-13 18:33:58 +0000 |
commit | bd9199419ac12d06f5e099e89ec47d6538cef613 (patch) | |
tree | 8267c3d92b75139010dcc8ef97517efa15e3a850 /sites/pprolog.org/documentation/index.md | |
parent | a6af5fe110093bfd36203127c87198bdffa30b4b (diff) |
Add link to unwritten prolog primer
Diffstat (limited to 'sites/pprolog.org/documentation/index.md')
-rw-r--r-- | sites/pprolog.org/documentation/index.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sites/pprolog.org/documentation/index.md b/sites/pprolog.org/documentation/index.md index 78260cb..77da430 100644 --- a/sites/pprolog.org/documentation/index.md +++ b/sites/pprolog.org/documentation/index.md @@ -19,8 +19,9 @@ There exists a mini series to get you up and running with the pprolog system: * [Installing](/documentation/tutorial/1.-install) covers the steps needed to install pprolog on you very own 9front machine. -* [Using the repl](/documentation/tutorial/2.-repl) explains how to ask queries to the system at the repl. -* [Writing and consulting code](/documentation/tutorial/3.-writing-and-consulting). While asking queries using only the standard library and the builtins is fun, it becomes even more fun when you can write your own fact and rules and load them. +* [Prolog primer](/documentation/tutorial/2.-prolog-primer) gives a short introduction to prolog. +* [Using the repl](/documentation/tutorial/3.-repl) explains how to ask queries to the system at the repl. +* [Writing and consulting code](/documentation/tutorial/4.-writing-and-consulting). While asking queries using only the standard library and the builtins is fun, it becomes even more fun when you can write your own fact and rules and load them. # Information about the standard library and the builtins |