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 have tried to reprint the following code:
program main print 9000 9000 FORMAT('HELLO, WORLD!') end
And it returns the following code without any spaces in FORMAT statement:
program main print 9000 9000 format ('hello,world!') end
The text was updated successfully, but these errors were encountered:
dorchard
No branches or pull requests
I have tried to reprint the following code:
And it returns the following code without any spaces in FORMAT statement:
The text was updated successfully, but these errors were encountered: