Execute a Markov algorithm: Difference between revisions

→‎{{header|Tcl}}: Correction to make things work with complex rulesets
(Undo revision 70238 by Paddy3118 Control that series!)
(→‎{{header|Tcl}}: Correction to make things work with complex rulesets)
Line 417:
if {$stop} {
set any 0
break
} else {
set any 1
}
break
}
}
Anonymous user