Execute Brain****: Difference between revisions

→‎{{header|REXX}}: added a citation of where the BF program came from. -- ~~~~
(→‎{{header|REXX}}: added the REXX language. -- ~~~~)
(→‎{{header|REXX}}: added a citation of where the BF program came from. -- ~~~~)
Line 1,035:
 
=={{header|REXX}}==
The REXX code is original, but the BRAINF░░░ program was modified from the example given in Wikipedia: [http://en.wikipedia.org/wiki/Brainfuck]
<lang rexx>/*REXX program to implement the BrainfûckBrainf*ck (self-censored) language. */
#.=0 /*initialize the infinite "tape".*/
p=0 /*the "tape" cell pointer. */