digitalmars.D - Floating point operator <> and friends
- =?UTF-8?Q?Ali_=c3=87ehreli?= (8/8) Jul 22 2017 Are the following floating operators gone?
- Walter Bright (2/17) Jul 22 2017 Yes, they're gone. They were a failure.
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
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








Walter Bright <newshound2 digitalmars.com>