100 doors: Difference between revisions

Content deleted Content added
Franck (talk | contribs)
Line 4,606:
{
| i j l |
ListBuffer newinitValue(100, #[ dup add(false) ] times(100) ->l
100 loop: i [
i 100 i step: j [ l put(j, l at(j) not) ]