Re: Literal Values
[email protected] (Luke Palmer)
| Newsgroups | perl.perl6.documentation |
|---|---|
| Message-ID | <[email protected]> |
> Mailing-List: contact [email protected]; run by ezmlm > Date: Tue, 12 Nov 2002 15:22:53 -0600 > From: Jonathan Scott Duff <[email protected]> > > What happens with this one: > > 256:255.255..0 # same as 256:255.255.0.0 ? > # or error? On the contrary, it's equivalent to 65535 .. 0, or the empty list. > -Scott > --