On Friday, January 24, 2003, at 10:10  AM, Brent Dax wrote:
#     1  .. $a
#     1  .. $a : 2
#     $a .. $b
#     $a .. $b : 2
#     $a .. $b : $c
#     1  .. 10 : $c
#     2.5 .. 10.0 : 0.5

To my knowledge, these are all fine.
Thanks, you're right. I was confusing the 'lazy' discussion with the 'range' discussion. All of those should work. As should

$a .. Inf

but not

Inf .. $a

:-)

MikeL

Reply via email to