Skip to content

Commit c82fa24

Browse files
committed
minor edits for issue 124
Signed-off-by: MikeBauerCA <[email protected]>
1 parent 6fb922b commit c82fa24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

COBOL Programming Course #1 - Getting Started/COBOL Programming Course #1 - Getting Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Will be assumed to be COBOL code. This information is stored in the global VSCo
391391

392392
### Margins
393393

394-
The first thing you will notice when editing COBOL source code is that VSCode will have inserted five vertical lines down the file. These lines segment each line of code into the areas reserved for sequence numbers, comment / continuation characters, area A and area B. When coding without this basic aid I cannot recount the number of times I have made a compilation error because I started coding in the wrong column. This alone is a very useful aid to a new COBOL programmer. Move information about COBOL syntax and in particular the columns will be discussed later
394+
The first thing you will notice when editing COBOL source code is that VSCode will have inserted five vertical lines down the file. These lines segment each line of code into the areas reserved for sequence numbers, comment / continuation characters, area A and area B. When coding without this basic aid I cannot recount the number of times I have made a compilation error because I started coding in the wrong column. This alone is a very useful aid to a new COBOL programmer. Move information about COBOL syntax, and in particular the columns, will be discussed later
395395

396396
### Variable expansion
397397

0 commit comments

Comments
 (0)