diff options
Diffstat (limited to 'project/templates/grasp.html')
-rw-r--r-- | project/templates/grasp.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/project/templates/grasp.html b/project/templates/grasp.html index c340483..bf6f79b 100644 --- a/project/templates/grasp.html +++ b/project/templates/grasp.html @@ -33,12 +33,12 @@ all instruction pointers have no more "next" edges to follow.</p> specification</a>, the actions that can be performed are:</p> <ul> - <li>add or delete an edge</li> - <li>change the value of a node</li> - <li>add, subtract, multiply, divide, or modulo node values</li> - <li>call and return from functions, which take the form of subgraphs with named entry points</li> - <li>read and write from arbitrary file handles</li> - <li>push, pop and pick a section of nodes arranged to act as a stack</li> + <li>Add or delete an edge</li> + <li>Change the value of a node</li> + <li>Add, subtract, multiply, divide, or modulo node values</li> + <li>Call and return from functions, which take the form of subgraphs with named entry points</li> + <li>Read and write from arbitrary file handles</li> + <li>Push, pop and pick a section of nodes arranged to act as a stack</li> </ul> <p>The execution of a node may be skipped by having "cond" edges pointing to either zero values or |