Front page | perl.perl6.language |
Postings from September 2001
RE: !< and !>
Thread Previous
|
Thread Next
From:
Sterin, Ilya
Date:
September 1, 2001 14:34
Subject:
RE: !< and !>
Message ID:
JNEKKMEFOONJHHJBIMEDCEIDCGAA.isterin@ciber.com
> -----Original Message-----
> From: Russ Allbery [mailto:rra@stanford.edu]
> Sent: Saturday, September 01, 2001 4:03 PM
> To: perl6-language@perl.org
> Subject: Re: !< and !>
>
>
> raptor <raptor@unacs.bg> writes:
>
> > I was looking at Interbase SELECT syntax and saw these two handy
> > shortcuts :
>
> > <operator> = {= | < | > | <= | >= | !< | !> | <> | !=}
>
> > !< and !>
>
> How is !< different from >=?
It's just more syntax just like foo != bar
is the same as (foo > bar || foo < bar).
It might prove convenient to express the expression.
Ilya
>
> --
> Russ Allbery (rra@stanford.edu)
> <http://www.eyrie.org/~eagle/>
Thread Previous
|
Thread Next