FPGARelated.com
Forums

Creating new operators

Started by rickman July 26, 2008
On Jul 31, 3:40 pm, Paul Taylor <pt@false_email.co.uk> wrote:
> On Thu, 31 Jul 2008 20:07:41 +0100, Paul Taylor wrote: > > They can be chained, it can make a right mess. Do a google search for > > chained ternary operator. > > From searching the net, other use of ?: that can cause confusion is when it > spans more than one line
I can't say that I give either of these examples much importance. Both examples of poor usage can create messes of logic no matter what operator is being used. This just seems to me to be a specious argument. a <= alongvariablename or blongvariablename and clongvariablename xor dlongvariablename and elongvariablename or flongvariablename; Rick