July 29, 2014
10:46 p.m.
Jonas Wielicki wrote:
FWIW, one could use an operator which inherently shows a direction: << and >>, for both directions respectively.
A = B >> C lets B take precedence, and A = B << C lets C take precedence.
While it succeeds in indicating a direction, it fails to suggest any kind of addition or union. -- Greg