source-solutions / sebasic4

SE BASIC - A free BASIC interpreter written in Z80 assembly language
GNU General Public License v3.0
62 stars 6 forks source link

Add a space after ` FN` in tokenizer #95

Closed cheveron closed 2 years ago

cheveron commented 2 years ago

MS BASIC does not require a space between FN and the function name. Inserting a space after FN in the tokenizer will fix this. Although, it will also break variables that start with FN. However, those are not valid in MS BASIC anyway.

cheveron commented 2 years ago

Moved to #98