Two Dice of A sides by unau

for {set n 1;set a 0} {$a<10} {incr n} {if {![expr $n$n%22-11]} {incr a};puts "N=$n,A=$a"}

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

download

return to the top page