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

Document how && and || work on map and grep #323

Open
FCO opened this issue Aug 25, 2019 · 2 comments
Open

Document how && and || work on map and grep #323

FCO opened this issue Aug 25, 2019 · 2 comments

Comments

@FCO
Copy link
Owner

FCO commented Aug 25, 2019

It is currently not documented. Features should be documented on the wiki. Feel free to create a new wiki page if you cannot find an existing page that is suitable.

@JJ
Copy link
Contributor

JJ commented Sep 7, 2019

But is this a general thing, or do they work in a special way in Red?

@FCO
Copy link
Owner Author

FCO commented Sep 7, 2019

They do work on a special way in Red... every operator works in a special way in Red...
They are special because it needs to be transformed into AST... and it’s not possible to overwrite && or ||

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