Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Immediate mode ignores colon #3

Open
yuppox opened this issue Nov 6, 2020 · 3 comments
Open

Immediate mode ignores colon #3

yuppox opened this issue Nov 6, 2020 · 3 comments

Comments

@yuppox
Copy link

yuppox commented Nov 6, 2020

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
Copy link
Author

yuppox commented Nov 8, 2020

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

@nanoflite
Copy link
Owner

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.

@yuppox
Copy link
Author

yuppox commented Nov 9, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants