Difference between revisions of "Lua API"

From GiderosMobile
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
== Luau API ==
 +
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">
*[[Special:MyLanguage/(global)|(global)]]<br/>
+
*[[(global)]]
*[[Special:MyLanguage/coroutine|coroutine]]<br/>
+
*[[bit32]]
*[[Special:MyLanguage/debug|debug]]<br/>
+
*[[coroutine]]
*[[Special:MyLanguage/file|file]]<br/>
+
*[[debug]]
*[[Special:MyLanguage/int64|int64]]<br/>
+
*[[file]]
*[[Special:MyLanguage/io|io]]<br/>
+
*[[int64]]
*[[Special:MyLanguage/math|math]]<br/>
+
*[[io]]
*[[Special:MyLanguage/os|os]]<br/>
+
*[[math]]
*[[Special:MyLanguage/package|package]]<br/>
+
*[[os]]
*[[Special:MyLanguage/string|string]]<br/>
+
*[[package]]
*[[Special:MyLanguage/table|table]]<br/>
+
*[[string]]
*[[Special:MyLanguage/utf8|utf8]]<br/>
+
*[[table]]
*[[Special:MyLanguage/zlib|zlib]]<br/>
+
*[[utf8]]
 +
*[[zlib]]
 +
</div>
 +
 
 +
== Gideros Luau Enhancements ==
 +
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
 +
*[[Better and easier syntax for arrays]]
 +
*[[Binary Numbers]]
 +
*[[Bitwise Operators]]
 +
*[[Integer Divide Operator]]
 +
*[[Larger and Smaller Operators]]
 +
*[[Loading Order of Lua Files]]
 +
<!--*[[Macro Constants]]-->
 +
<!--*[[Macro Functions]]-->
 +
*[[Mutation Operators]]
 +
*[[Octal Numbers]]
 +
*[[Ternary Operator]]
 +
*[[Trigonometry Conversion Operators]]
 +
*[[Universal Bytecode]]
 
</div>
 
</div>
  
 
{{GIDEROS IMPORTANT LINKS}}
 
{{GIDEROS IMPORTANT LINKS}}

Latest revision as of 12:28, 26 August 2024