www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Floating point operator <> and friends

reply =?UTF-8?Q?Ali_=c3=87ehreli?= <acehreli yahoo.com> writes:
Are the following floating operators gone?

   !> !< !>= !<= <> !<> <>= !<>=

They still appear at least on the following pages:

   http://dlang.org/spec/lex.html#tokens

   https://wiki.dlang.org/Operator_precedence

Thanks to Andrew Edwards's warning and unless someone objects, I'm 
removing them from the book...

Ali
Jul 22 2017
parent Walter Bright <newshound2 digitalmars.com> writes:
On 7/22/2017 6:03 PM, Ali Çehreli wrote:
 Are the following floating operators gone?
 
    !> !< !>= !<= <> !<> <>= !<>=
 
 They still appear at least on the following pages:
 
    http://dlang.org/spec/lex.html#tokens
 
    https://wiki.dlang.org/Operator_precedence
 
 Thanks to Andrew Edwards's warning and unless someone objects, I'm removing
them 
 from the book...
 
 Ali
 
Yes, they're gone. They were a failure.
Jul 22 2017