Four bit adder: Difference between revisions

m
→‎{{header|REXX}}: aligned wording in the REXX section header.
(Add Swift)
m (→‎{{header|REXX}}: aligned wording in the REXX section header.)
Line 4,301:
 
REXX programming syntax:
::::* the     ''' &&'''   symbol is an e'''X'''clusive '''OR''' function ('''XOR''').
::::* the     '''|'''       symbol is a logical '''OR'''.
::::* the     '''&'''     symbol is a logical '''AND'''.