diff options
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 |