Issue found using the latest version of Dragon Basic under Linux (Commit ID: d2ce042366068083a5fe3089873a22221fffbc26)
Spaces between function names and parameter lists cause 'Expected token? EOL' errors when the original Dragon Basic allows it. Ie: 'Sub myFunction (myParameter)' vs 'Sub myFunction(myParameter)'. This might be as-designed since the new DBC isn't supposed to be 100% compatible, but I thought I'd raise the issue ether way for confirmation and tracking purposes.
Issue found using the latest version of Dragon Basic under Linux (Commit ID: d2ce042366068083a5fe3089873a22221fffbc26)
Spaces between function names and parameter lists cause 'Expected token? EOL' errors when the original Dragon Basic allows it. Ie: 'Sub myFunction (myParameter)' vs 'Sub myFunction(myParameter)'. This might be as-designed since the new DBC isn't supposed to be 100% compatible, but I thought I'd raise the issue ether way for confirmation and tracking purposes.