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

Converter adds a space between FN and other token keywords #193

Closed
robhagemans opened this issue Jul 6, 2022 · 1 comment
Closed

Converter adds a space between FN and other token keywords #193

robhagemans opened this issue Jul 6, 2022 · 1 comment
Assignees
Labels

Comments

@robhagemans
Copy link
Owner

Converter adds a space between FN and other token keywords

Problem
When FN is followed by another keyword token (which, incidentally, is a syntax error), in the ASCII listing PC-BASIC separates them with a space. GW-BASIC does not.

Steps

  1. 10 FNPRINT
  2. LIST

Output (PC-BASIC)
10 FN PRINT

Expected (GW-BASIC)
10 FNPRINT

Notes

PC-BASIC version: 2.0.4
Operating system version: all

@robhagemans
Copy link
Owner Author

Fixed by a5031e6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant