Bitwise operations: Difference between revisions

Content added Content deleted
imported>Acediast
(→‎{{header|COBOL}}: updated for COBOL 2023; the reserved-words for the syntax highlighting need to be updated)
imported>Acediast
(→‎ISO COBOL: removed deprecated REMARKS paragraph)
Line 2,852: Line 2,852:
<syntaxhighlight lang="cobol"> IDENTIFICATION DIVISION.
<syntaxhighlight lang="cobol"> IDENTIFICATION DIVISION.
PROGRAM-ID. bitwise-ops.
PROGRAM-ID. bitwise-ops.
REMARKS. "COBOL 2023 required".


DATA DIVISION.
DATA DIVISION.