Lua Style Guide: Difference between revisions

Adding information
(Making two sections, one for the official style guide, and one for the NXTBoy style guide)
(Adding information)
 
Line 4: Line 4:
* The information about requires is not applicable, because these clients have no practical use for it.
* The information about requires is not applicable, because these clients have no practical use for it.
* <code>if-then-else</code> expressions are not supported. You will have to use the <code>x and y or z</code> pattern instead.
* <code>if-then-else</code> expressions are not supported. You will have to use the <code>x and y or z</code> pattern instead.
* The information about Roact is not applicable, because these clients have no support for it.
== NXTBoy's Lua Style guide ==
== NXTBoy's Lua Style guide ==
{{Hatnote|This section about NXTBoy's style guide, which is not official.}}
{{Hatnote|This section about NXTBoy's style guide, which is not official.}}