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

Operator '//' seems to be missing #108

Open
rabbitfr opened this issue Oct 10, 2022 · 1 comment
Open

Operator '//' seems to be missing #108

rabbitfr opened this issue Oct 10, 2022 · 1 comment

Comments

@rabbitfr
Copy link

Hi,

Evaluating expression like :

return x==width//2

won't work, because operator called floor division and denoted by // seems to be missing and was introduced in Lua 5.3

Best regards

@DragShot
Copy link

This version of the library implements Lua 5.2, so that makes sense.

Perhaps a future release will include 5.3 features.

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

2 participants