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 Support for the Floor Division Operator (//) #247

Closed
phoriah opened this issue Nov 6, 2023 · 3 comments
Closed

Add Support for the Floor Division Operator (//) #247

phoriah opened this issue Nov 6, 2023 · 3 comments

Comments

@phoriah
Copy link

phoriah commented Nov 6, 2023

image

print(  (10//8) == math.floor (10/8) ) --> true in Roblox Studio

Sources:
https://luau-lang.org/syntax#floor-division-
https://devforum.roblox.com/t/luau-recap-october-2023/2685332#floor-division-1

@phoriah phoriah changed the title Add the Floor Division Operator (//) Add Support for the Floor Division Operator (//) Nov 6, 2023
@phoriah
Copy link
Author

phoriah commented Dec 12, 2023

@NightrainsRbx
Please 🥺🙏

@iamEvanYT
Copy link

Bump.

@ActualMasterOogway
Copy link

bump @NightrainsRbx

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

4 participants