Damian Conway wrote:
> 
> I think this is fraught with peril. I'd have expected:
> 
>          print (1, 2, 3, ...) or die;
> 
> to print
> 
>       12345678910111213141516171819202122232425262728etc

No, if that's what you wanted, you'd get it with

        print( 1, 2, 3 .. )   # RFC 24


-- 
John Porter

        We're building the house of the future together.

Reply via email to