We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I thought this was solved already but I am not sure any more.
This simple program does not compile any more:
pro test for i=0,5 do begin print,i & endfor end
It only compiles when there is a "&" after the "begin":
pro test for i=0,5 do begin & print,i & endfor end
or when the commands are in different lines:
pro test for i=0,5 do begin print,i endfor end
The text was updated successfully, but these errors were encountered:
@brandy125 I'm afraid its a consequence of #1588 as reported in #1599 . Will be solved, even if it means reverting to previous behaviour.
Sorry, something went wrong.
reverted for_block to historical version as the current, while permit…
1e810a1
…ting #52, creates gnudatalanguage#1599 and gnudatalanguage#1608
(again) reverted for_block to historical version as the current, whil…
b82c49c
…e permitting #52, creates gnudatalanguage#1599 and gnudatalanguage#1608 -- for some reason, issue gnudatalanguage#1577 is back, too.
No branches or pull requests
I thought this was solved already but I am not sure any more.
This simple program does not compile any more:
It only compiles when there is a "&" after the "begin":
or when the commands are in different lines:
The text was updated successfully, but these errors were encountered: