Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
2
Task/Literals-Integer/COBOL/literals-integer-1.cobol
Normal file
2
Task/Literals-Integer/COBOL/literals-integer-1.cobol
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
display B#10 ", " O#01234567 ", " -0123456789 ", "
|
||||
H#0123456789ABCDEF ", " X#0123456789ABCDEF ", " 1;2;3;4
|
||||
2
Task/Literals-Integer/COBOL/literals-integer-2.cobol
Normal file
2
Task/Literals-Integer/COBOL/literals-integer-2.cobol
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
if 1234 = 1,2,3,4 then display "Decimal point is not comma" end-if
|
||||
if 1234 = 1;2;3;4 then display "literals are equal, semi-colons ignored" end-if
|
||||
Loading…
Add table
Add a link
Reference in a new issue