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.
Required fields*
- As an ancient Fortran programmer I fully concur. In Fortran spacing is part of the syntax of the language, and trying to copy and align code with columns on a punch card needed code source material to be printed in a monospace font. An additional aspect you may wish to include: in both old and new programming languages, indenting code from the start of a line using spaces and/or tab characters is used to indicate code structure, so that when reading you can skip blocks of code that are related but not what you are looking for with ease. This remains hugely important to this day.traktor– traktor2024-01-06 06:42:28 +00:00Commented Jan 6, 2024 at 6:42
- However, Fortran 66 or 77 standard documents do not use a typical typewriter font. Maybe it is monispace, but it is a cut very similar to the rest of the text, just in capitals.Vladimir F Героям слава– Vladimir F Героям слава2024-01-07 08:13:27 +00:00Commented Jan 7, 2024 at 8:13
- @traktor, yes, thanks, edited. We hope people indent and sometimes they don't and we cry. :-)Stephan Samuel– Stephan Samuel2024-01-12 15:48:24 +00:00Commented Jan 12, 2024 at 15:48
- Code indentation with a proportional font still works as long as the 'space' character has a single fixed size. Which isn't necessarily true for cold-metal typefaces, but could be enforced for hand-typeset code.dave– dave2024-01-13 14:42:08 +00:00Commented Jan 13, 2024 at 14:42
Add a comment |
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