Update: Both attempts in this node are bogus!!
46?
$n='00';$s!~/$n/and$s.=$n while$n++<99;print$s |
123456789 123456789 123456789 123456789 123456789 |
45
$n='00';$s!~$n and$s.=$n while$n++<99;print$s |
123456789 123456789 123456789 123456789 123456789 |
In reply to Re: Friday Golf: All 2-digit combinations (wrong!)
by BrowserUk
in thread Friday Golf: All 2-digit combinations
by PhilHibbs
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |