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*
- 2The question doesn't have a requirement of wide use.LJNielsenDk– LJNielsenDk2016-06-02 13:43:11 +00:00Commented Jun 2, 2016 at 13:43
- 2@LJNielsenDk You're quite right - but I didn't want to include someone's hand written notebook of machine code instructions on a single computer in a university department or government institution somewhere. Though if somebody finds one I think we'd all be interested to see it :) (Something like the famous debug notes here.)Andy– Andy2016-06-02 13:51:30 +00:00Commented Jun 2, 2016 at 13:51
- This book is only 50 pages long, is it just an overview of the language or a complete, in-depth book?Bálint– Bálint2016-06-02 18:00:29 +00:00Commented Jun 2, 2016 at 18:00
- 1@Bálint - it's a reference manual and looks fairly thorough. It's not an "introductory manual" though - apparently one was due for publication at a later date (as mentioned in this manual).Andy– Andy2016-06-03 07:48:46 +00:00Commented Jun 3, 2016 at 7:48
- 2Evidently the 704 FORTRAN manual was written before the perfection of the art of making manuals ten times longer than necessary to convey the information. Plus, they should have called it "Dummies guide to 704 FORTRAN in 21 days!" to encourage sales.dave– dave2024-03-27 17:16:37 +00:00Commented Mar 27, 2024 at 17:16
| Show 4 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