You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
10 FNPRINT
LIST
Output (PC-BASIC) 10 FN PRINT
Expected (GW-BASIC) 10 FNPRINT
Notes
PC-BASIC version: 2.0.4
Operating system version: all