Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 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