Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Comments/COBOL/comments-1.cobol
Normal file
1
Task/Comments/COBOL/comments-1.cobol
Normal file
|
|
@ -0,0 +1 @@
|
|||
* an asterisk in 7th column comments the line out
|
||||
1
Task/Comments/COBOL/comments-2.cobol
Normal file
1
Task/Comments/COBOL/comments-2.cobol
Normal file
|
|
@ -0,0 +1 @@
|
|||
D DISPLAY "Debug"
|
||||
1
Task/Comments/COBOL/comments-3.cobol
Normal file
1
Task/Comments/COBOL/comments-3.cobol
Normal file
|
|
@ -0,0 +1 @@
|
|||
*> This comment syntax was defined (with free format code) in COBOL 2002.
|
||||
1
Task/Comments/COBOL/comments-4.cobol
Normal file
1
Task/Comments/COBOL/comments-4.cobol
Normal file
|
|
@ -0,0 +1 @@
|
|||
>>D DISPLAY "Debug"
|
||||
3
Task/Comments/COBOL/comments-5.cobol
Normal file
3
Task/Comments/COBOL/comments-5.cobol
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
NOTE this paragraph is
|
||||
commented out and ignored
|
||||
.
|
||||
11
Task/Comments/COBOL/comments-6.cobol
Normal file
11
Task/Comments/COBOL/comments-6.cobol
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
IDENTIFICATION DIVISION.
|
||||
PROGRAM-ID. program.
|
||||
|
||||
AUTHOR. Rest of line ignored.
|
||||
REMARKS. Rest of line ignored.
|
||||
REMARKS. More remarks.
|
||||
SECURITY. line ignored.
|
||||
INSTALLATION. line ignored.
|
||||
DATE-WRITTEN. same, human readable dates are allowed for instance
|
||||
DATE-COMPILED. same.
|
||||
DATE-MODIFIED. this one is handy when auto-stamped by an editor.
|
||||
Loading…
Add table
Add a link
Reference in a new issue