diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-01-21 12:42:02 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-01-21 12:42:02 +1100 |
commit | 31b2f62e121cb219d1f9ae2189da5bf53863b7a2 (patch) | |
tree | a263983809126823e147feb78bc01c41587b1fc8 /project/templates/thue2a.html | |
parent | de726f62746d4553197d644622223dfc8aa0f3c3 (diff) |
External links now target _blank
Diffstat (limited to 'project/templates/thue2a.html')
-rw-r--r-- | project/templates/thue2a.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/project/templates/thue2a.html b/project/templates/thue2a.html index 80e29c0..3ce9de9 100644 --- a/project/templates/thue2a.html +++ b/project/templates/thue2a.html @@ -11,9 +11,9 @@ <h4>Thue Version 2a</h4> -<p><a href="http://esolangs.org/wiki/Thue">Thue</a> is an esoteric programming language -based on unrestricted grammars. A Thue program consists of a number of rules detailing a -sequence of symbols to replace and a sequence of symbols to replace with, and an initial +<p><a href="http://esolangs.org/wiki/Thue" target="_blank">Thue</a> is an esoteric programming +language based on unrestricted grammars. A Thue program consists of a number of rules detailing +a sequence of symbols to replace and a sequence of symbols to replace with, and an initial state of the program. Applicable rules are then applied to the inital state in a random order until no more are applicable, at which point the program terminates.</p> |