not operator operator..

Derek Parnell derek at psych.ward
Mon Apr 3 23:13:55 PDT 2006


On Tue, 4 Apr 2006 01:59:59 -0400, Jarrett Billingsley wrote:

> Terseness is both a curse and a blessing of C-style syntax...

A language that I use daily (Progress 4GL) not only has the standard
operators defined in terms of symbol characters etc... is also has them
defined as ...

 eq
 ne
 gt
 lt
 ge
 le

so one can write code such as 

   for each Customer where balance gt 1000

-- 
Derek
(skype: derek.j.parnell)
Melbourne, Australia
"Down with mediocracy!"
4/04/2006 4:10:11 PM



More information about the Digitalmars-d mailing list