develooper Front page | perl.perl6.language | Postings from April 2006

Re: foo..bar or long dot and the range operator

Thread Previous | Thread Next
From:
chromatic
Date:
April 12, 2006 14:45
Subject:
Re: foo..bar or long dot and the range operator
Message ID:
200604121444.46875.chromatic@wgz.org
On Wednesday 12 April 2006 00:06, TSa wrote:

> Doesn't that discontinuity devalue the long dot? Its purpose is
> alignment in the first palce. For a one char diff in length one
> now needs
>
>     foo.  .bar;
>     self. .bar;
>
> instead of
>
>     foo .bar;
>     self.bar;

Or even:

	 foo.bar;
	self.bar;

I *still* don't understand the problem this long dot is trying to solve.

-- c

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About