Jump to content

Execute a Markov algorithm: Difference between revisions

→‎{{header|C++}}: fixed a bug (the first rule was not reconsidered)
(→‎{{header|Perl}}: The qq, while not invalid, broke the highlighting something fierce. This isn't as pretty, syntactically, but doesn't kill the highlighting either.)
(→‎{{header|C++}}: fixed a bug (the first rule was not reconsidered))
Line 356:
iter = rules.begin();
}
++iter;else
++iter;
}
 
973

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.