Difference between revisions of "Lua API"
From GiderosMobile
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | == Luau API == |
− | |||
Detailed information about the Luau language '''https://luau-lang.org/'''. | Detailed information about the Luau language '''https://luau-lang.org/'''. | ||
− | |||
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | <div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | ||
− | *[[(global)]] | + | *[[(global)]] |
− | *[[coroutine]] | + | *[[bit32]] |
− | *[[debug]] | + | *[[coroutine]] |
− | *[[file]] | + | *[[debug]] |
− | *[[int64]] | + | *[[file]] |
− | *[[io]] | + | *[[int64]] |
− | *[[math]] | + | *[[io]] |
− | *[[os]] | + | *[[math]] |
− | *[[package]] | + | *[[os]] |
− | *[[string]] | + | *[[package]] |
− | *[[table]] | + | *[[string]] |
− | *[[utf8]] | + | *[[table]] |
− | *[[zlib]] | + | *[[utf8]] |
+ | *[[zlib]] | ||
</div> | </div> | ||
== Gideros Luau Enhancements == | == Gideros Luau Enhancements == | ||
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | <div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | ||
− | *[[Better and easier syntax for arrays]] | + | *[[Better and easier syntax for arrays]] |
− | + | *[[Binary Numbers]] | |
− | *[[Bitwise Operators]] | + | *[[Bitwise Operators]] |
− | *[[Integer Divide Operator]] | + | *[[Integer Divide Operator]] |
− | *[[Larger and Smaller Operators]] | + | *[[Larger and Smaller Operators]] |
− | *[[Loading Order of Lua Files]] | + | *[[Loading Order of Lua Files]] |
− | <!-- *[[Macro Constants]]< | + | <!--*[[Macro Constants]]--> |
− | *[[Ternary Operator]] | + | <!--*[[Macro Functions]]--> |
− | *[[Trigonometry Conversion Operators]] | + | *[[Mutation Operators]] |
− | + | *[[Octal Numbers]] | |
+ | *[[Ternary Operator]] | ||
+ | *[[Trigonometry Conversion Operators]] | ||
+ | *[[Universal Bytecode]] | ||
</div> | </div> | ||
{{GIDEROS IMPORTANT LINKS}} | {{GIDEROS IMPORTANT LINKS}} |
Latest revision as of 11:28, 26 August 2024
Luau API
Detailed information about the Luau language https://luau-lang.org/.
Gideros Luau Enhancements