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

Online interpreter improperly handles filters #69

Open
alion02 opened this issue Aug 10, 2018 · 1 comment
Open

Online interpreter improperly handles filters #69

alion02 opened this issue Aug 10, 2018 · 1 comment

Comments

@alion02
Copy link
Contributor

alion02 commented Aug 10, 2018

It seems that in the online interpreter : always filters by value, rather than by ID if the : is preceded by an @ symbol.
Minimal program that shows the problem:

.-#1@:$"Whoops"

This should print nothing. On TIO and in the offline interpreter, that's the observed behavior. In the online interpreter "Whoops" is printed.

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

No branches or pull requests

2 participants