Dennis Ritchie wrote: > if (4 <= 5 <= 6): > print ("OK") > -----
I would rather write: if( isSorted![4,5,6]) -manfred
Manfred Nowak via Digitalmars-d-learn Thu, 21 May 2015 11:36:09 -0700
Dennis Ritchie wrote: > if (4 <= 5 <= 6): > print ("OK") > -----
I would rather write: if( isSorted![4,5,6]) -manfred