Dancing Colons

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
armsys
Posts: 557
Joined: 10 Mar 2012 12:40
Location: Hong Kong

Dancing Colons

Post by armsys »

Referring to v15.70.0120 change log, the colons constantly change position.
What's the implication/interpretation of colons' position?
To see the attached files, you need to log into the forum.

admin
Site Admin
Posts: 66631
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Dancing Colons

Post by admin »

Well, the answer is at the other end of the lines. That's why I posted them...

armsys
Posts: 557
Joined: 10 Mar 2012 12:40
Location: Hong Kong

Re: Dancing Colons

Post by armsys »

If I can differentiate the differences, I won't ask in the first place! :oops:

admin
Site Admin
Posts: 66631
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Dancing Colons

Post by admin »

I guess all you need to know is that here the dancing color makes a difference:

Code: Select all

!:a OR b      is parsed as      NOT (a OR b)
:!a OR b      is parsed as      (NOT a) OR b
(Assuming factory defaults.)

Post Reply