Skip to content

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

@robhagemans

Description

@robhagemans

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions