From 31b2f62e121cb219d1f9ae2189da5bf53863b7a2 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 21 Jan 2017 12:42:02 +1100 Subject: External links now target _blank --- project/templates/grasp.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'project/templates/grasp.html') diff --git a/project/templates/grasp.html b/project/templates/grasp.html index 9cfd308..7919547 100644 --- a/project/templates/grasp.html +++ b/project/templates/grasp.html @@ -11,9 +11,9 @@

Grasp Interpreter

-

Like Lisp, the esoteric programming language Grasp -is a homoiconic language that exclusively uses a single datatype. Except instead of lists, it uses -directed graphs.

+

Like Lisp, the esoteric programming language +Grasp is a homoiconic language that exclusively uses a single datatype. Except instead of lists, it +uses directed graphs.

A Grasp program is initialised with instruction pointers to those nodes in the graph that have a "name" edge to a node with the value "grasp:main". The nodes at each instruction pointer are @@ -28,8 +28,8 @@ all instruction pointers have no more "next" edges to follow.

Hello World in Grasp
-

In the current specification, -the actions that can be performed are:

+

In the current +specification, the actions that can be performed are: