Execute a Markov algorithm: Difference between revisions

m
→‎{{header|REXX}}: removed OVERFLOW from PRE html tags.
m (→‎Ruleset 5: http://en.wikipedia.org/wiki/Busy_beaver)
m (→‎{{header|REXX}}: removed OVERFLOW from PRE html tags.)
Line 3,068:
<br><br>
'''output''' when using the default input and files:
<pre>
<pre style="overflow:scroll">
result for ruleset 1≡I bought a bag of apples from my brother.
result for ruleset 2≡I bought a bag of apples from T shop.
Line 3,077:
</pre>
'''Ruleset 6''' is:
<pre>
<pre style="overflow:scroll">
# Rewrite binary numbers to their unary value (| bars).
# I.E.: 101 [base 2] will be converted to 5 bars.