Bitwise operations: Difference between revisions

→‎ISO COBOL: removed deprecated REMARKS paragraph
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:
<syntaxhighlight lang="cobol"> IDENTIFICATION DIVISION.
PROGRAM-ID. bitwise-ops.
REMARKS. "COBOL 2023 required".
 
DATA DIVISION.
Anonymous user