basic icon indicating copy to clipboard operation
basic copied to clipboard

Immediate mode ignores colon

Open yuppox opened this issue 4 years ago • 3 comments

Using this statement:

PRINT 1 : PRINT 2

It is expected that the interpreter will evaluate both PRINT statements but only the first one is.

On the other hand, this works:

10 PRINT 1 : PRINT 2
RUN

yuppox avatar Nov 06 '20 22:11 yuppox

I may have fixed this. I can create a pull request, if you accept the previous one.

yuppox avatar Nov 08 '20 04:11 yuppox

Cool! Thanks! I'll take a look at the PR for windows tomorrow. But, yes please, go ahead and make a PR for this ;-) I would be happy to see this fixed.

nanoflite avatar Nov 08 '20 10:11 nanoflite

Thanks! Yes, please review and merge the pull request. I seem to see my three commits there, which includes an update for Visual Studio and the fix for evaluating past a colon.

yuppox avatar Nov 09 '20 00:11 yuppox