mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-13 05:20:38 +00:00
6ad8239e32
Fix description incorrectly saying that parameter w specifies an upper range. w is actually a width. Proof: print(bit32.extract(2^32-1, 3, 4)) -- prints 15, not 1. Also indicate that the position is 0-based, and that the function will error if the selected range exceeds the allowed bounds. |
||
---|---|---|
.. | ||
compatibility.md | ||
demo.md | ||
getting-started.md | ||
grammar.md | ||
library.md | ||
limited-terms-of-use.md | ||
lint.md | ||
news.md | ||
performance.md | ||
profile.md | ||
sandbox.md | ||
syntax.md | ||
typecheck.md | ||
why.md |