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

Reprinter deletes spaces from FORMAT statement #111

Open
foxtran opened this issue Jan 10, 2020 · 0 comments
Open

Reprinter deletes spaces from FORMAT statement #111

foxtran opened this issue Jan 10, 2020 · 0 comments
Assignees

Comments

@foxtran
Copy link

foxtran commented Jan 10, 2020

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants