Two Dice of A sides by murky-satyr

A:=0.
1to:99 do:[:n|n\\2>(n\\11\\n)and:[A:=A+1].stdout<<'N='<<n<<',A='<<A;nl]

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page