Penguin

Differences between version 12 and previous revision of Brainf*ck.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 12 Last edited on Tuesday, September 30, 2003 5:32:23 pm by MarcelVanDeSteeg Revert
Older page: version 11 Last edited on Saturday, September 13, 2003 12:59:39 pm by GerwinVanDeSteeg Revert
@@ -35,10 +35,11 @@
  ++++++++++++++++++++++++++++++++++++++++++++.+++++++..+++.>++++++++++++++ 
  ++++++++++++++++++.<<.>.+++.------.--------. 
  >>+++++++++++++. 
  
-A big archive of brainfuck programs and implementations is at http://esoteric.sange.fi/brainfuck/ .  
  
+A big archive of brainfuck programs and implementations is at http://esoteric.sange.fi/brainfuck/ .  
+There's more info about the language on [this|http://www.muppetlabs.com/~breadbox/bf/] page.  
  
 !Notes 
 The language has the simple specification to ignore any character in the program source code which is not a valid brainfuck command. This allows us to put comments in our code, as long as we make sure we do not accidentally use one of the language constructs in our comments.