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

in operator / keyword #3

Closed
AlenVelocity opened this issue Mar 9, 2022 · 0 comments
Closed

in operator / keyword #3

AlenVelocity opened this issue Mar 9, 2022 · 0 comments

Comments

@AlenVelocity
Copy link
Member

Implement an in operator that returns true if the specified property is in the specified object

Usage:

set x = { "y": 1 }

"y" in x // true
"z" in z // false
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

1 participant