On Sat, Jul 10, 2010 at 04:44:40AM -0700, Stephane Payrard wrote:
> # both statement below print 1 ad nauseam.
> 
> say ?1..2
> say (?1)..2

What should the result of True..2 be?  

(Note that (1,2) is probably not the correct answer, as &infix:<..>
isn't specified to coerce to numeric.)

Pm

Reply via email to