Bryan Olson wrote:
> Paul Rubin wrote:
>  > Bryan Olson writes:
>  >
>  >>     seq[3 : -4]
>  >>
>  >>we write:
>  >>
>  >>     seq[3 ; $ - 4]
>  >
>  > +1
> 
> I think you're wrong about the "+1". I defined '$' to stand for
> the length of the sequence (not the address of the last
> element).
By "+1" he means, "I like it." He's not correcting you.

-- 
Robert Kern
[EMAIL PROTECTED]

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to