vintage-basic icon indicating copy to clipboard operation
vintage-basic copied to clipboard

Allow prompts without semicolon in INPUT

Open aartaka opened this issue 1 year ago • 0 comments

Right now, the only form of input Vintage BASIC allows is input "prompt"; a, b, c, while using comma or providing neither comma nor semicolon throws errors:

!SYNTAX ERROR IN LINE 300, COLUMN 18
 UNEXPECTED ,

Can you allow comma- and space-separated prompt and args?

aartaka avatar Apr 03 '25 14:04 aartaka