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 #51

Closed
KronicDeth opened this issue Nov 20, 2014 · 0 comments · Fixed by #52
Closed

In operator #51

KronicDeth opened this issue Nov 20, 2014 · 0 comments · Fixed by #52
Assignees
Milestone

Comments

@KronicDeth
Copy link
Owner

in is keyword for a binary operator used as an "include" operator as in

x = 1
x in [1, 2, 3] # true
@KronicDeth KronicDeth added this to the v1.0.0 milestone Nov 20, 2014
@KronicDeth KronicDeth self-assigned this Nov 20, 2014
This was referenced Nov 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant