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

Add implementation for AND ALSO operator #949

Open
spotlessmind1975 opened this issue Sep 28, 2024 · 0 comments
Open

Add implementation for AND ALSO operator #949

spotlessmind1975 opened this issue Sep 28, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@spotlessmind1975
Copy link
Owner

In a Boolean comparison, the AND operator always evaluates both expressions, which can include executing routine calls. The AND ALSO operator performs a short circuit, which means that if expression1 is FALSE, expression2 will be not evaluated.

@spotlessmind1975 spotlessmind1975 added the enhancement New feature or request label Sep 28, 2024
@spotlessmind1975 spotlessmind1975 added this to the future milestone Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant