16 Aug
2017
16 Aug
'17
8:51 p.m.
The reason for the low precedence of & and | in PL/I and C is that those were used as Boolean operators in conditions. For example lessequal(a,b) { return(a<b | a==b); }