Operator '//' seems to be missing #108
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
Evaluating expression like :
return x==width//2won't work, because operator called floor division and denoted by // seems to be missing and was introduced in Lua 5.3
Best regards
This version of the library implements Lua 5.2, so that makes sense.
Perhaps a future release will include 5.3 features.
Fixed