Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuation Line #3

Open
shakna-israel opened this issue Aug 7, 2018 · 1 comment
Open

Continuation Line #3

shakna-israel opened this issue Aug 7, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@shakna-israel
Copy link
Owner

If a character is present in the normally blank column 6, F77 will concatenate it to the previous line, apart from the char in col6.

Which let's the programmer do things like:

      annarea(a,b) = area(b) -
    & area(a)

Which helps overcome the 80column limit, and helps readability.

mex needs a way to recognise multiline things like this...

@shakna-israel
Copy link
Owner Author

Should we have line continuations?

Or just force people to use the function subprogram?

@shakna-israel shakna-israel added the enhancement New feature or request label Aug 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant