You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- 2Indentation matters only when you have multi-statement constructs (compound statements, blocks), and FORTRAN had no such thing in the timeframe under consideration. Maybe you'd want to indent DO-loop bodies for readability, but the end of a loop was indicated by a statement number given after DO, and indentation conveyed no syntactic meaning. Indeed, outside of Hollerith constants, spaces were entirely ignored in columns 7 to 72.dave– dave2022-11-25 14:42:34 +00:00Commented Nov 25, 2022 at 14:42
- 2It may be relevant to separate intent from fixed column.Raffzahn– Raffzahn2022-11-25 15:40:24 +00:00Commented Nov 25, 2022 at 15:40
- 2Maybe it's just me, but I would not use the word "indentation" to describe a requirement that certain things appear in certain columns of a punched card. I used both card-based systems and on-line/teleprinter-based systems back in the 1970s, and my recollection is each had its own nomenclature with not much overlap between them.Solomon Slow– Solomon Slow2022-11-26 23:21:22 +00:00Commented Nov 26, 2022 at 23:21
- 2Me neither. The acid test for me is, within the range of columns allowed for a statement, does the number of leading spaces change the semantics of the statement? For FORTRAN and COBOL (of that time), the answer is "no".dave– dave2022-11-27 02:01:24 +00:00Commented Nov 27, 2022 at 2:01
- 1@psmears qq{Isn't "requiring a statement to begin in column N" more or less the same thing as saying that indentation is significant?} Well... no, IMHO. Not any more than respecting the left margin of the page when writing a text document is "indentation". Columns 1-6 and 73+ are effectively the card's margins.FeRD– FeRD2022-11-28 19:37:00 +00:00Commented Nov 28, 2022 at 19:37
| Show 3 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ms-dos), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you