Revision as of 07:23, 18 December 2024 edit4Gramtops (talk | contribs)197 edits Updated new my template← Previous edit | Revision as of 08:25, 18 December 2024 edit undo4Gramtops (talk | contribs)197 edits Updated new my template pageNext edit → | ||
Line 5: | Line 5: | ||
<span style="font-weight: bold; font-size: 120%">Lua List</span><br> | <span style="font-weight: bold; font-size: 120%">Lua List</span><br> | ||
<table><tr><td> | <table><tr><td> | ||
Get started<br> | {{User:4Gramtops/template/Lua list matcher|Get started}}<br> | ||
Syntaxes<br> | Syntaxes<br> | ||
* do ... end |
* {{User:4Gramtops/template/Lua list matcher|do ... end}} | ||
* {{User:4Gramtops/template/Lua list matcher|and}} | |||
* and<br> | |||
* {{User:4Gramtops/template/Lua list matcher|break}} | |||
* break<br> | |||
* {{User:4Gramtops/template/Lua list matcher|else}} | |||
* else<br> | |||
* elseif ... then |
* {{User:4Gramtops/template/Lua list matcher|elseif ... then}} | ||
* {{User:4Gramtops/template/Lua list matcher|end}} | |||
* end<br> | |||
* {{User:4Gramtops/template/Lua list matcher|false}} | |||
* false<br> | |||
* for ... ipairs |
* {{User:4Gramtops/template/Lua list matcher|for ... ipairs}} | ||
* for ... pairs |
* {{User:4Gramtops/template/Lua list matcher|for ... pairs}} | ||
* for i = ... |
* {{User:4Gramtops/template/Lua list matcher|for i = ...}} | ||
* {{User:4Gramtops/template/Lua list matcher|function}} | |||
* function<br> | |||
* {{User:4Gramtops/template/Lua list matcher|goto}} | |||
* goto<br> | |||
* if ... then |
* {{User:4Gramtops/template/Lua list matcher|if ... then}} | ||
* {{User:4Gramtops/template/Lua list matcher|in ...}} | |||
* in ...<br> | |||
* {{User:4Gramtops/template/Lua list matcher|local}} | |||
* local<br> | |||
* local function |
* {{User:4Gramtops/template/Lua list matcher|local function}} | ||
* {{User:4Gramtops/template/Lua list matcher|nil}} | |||
* nil<br> | |||
* {{User:4Gramtops/template/Lua list matcher|not}} | |||
* not<br> | |||
* {{User:4Gramtops/template/Lua list matcher|or}} | |||
* or<br> | |||
* repeat ... until |
* {{User:4Gramtops/template/Lua list matcher|repeat ... until}} | ||
* {{User:4Gramtops/template/Lua list matcher|return}} | |||
* return<br> | |||
* do return end |
* {{User:4Gramtops/template/Lua list matcher|do return end}} | ||
* then ... end |
* {{User:4Gramtops/template/Lua list matcher|then ... end}} | ||
* {{User:4Gramtops/template/Lua list matcher|true}} | |||
* true<br> | |||
* {{User:4Gramtops/template/Lua list matcher|until}} | |||
* until<br> | |||
* {{User:4Gramtops/template/Lua list matcher|continue}} | |||
* continue<br> | |||
* while ... do<br> | * {{User:4Gramtops/template/Lua list matcher|while ... do}}<br> | ||
Functions<br> | Functions<br> | ||
</td></tr></table> | </td></tr></table> |
Revision as of 08:25, 18 December 2024
This user page or section is in a state of significant expansion or restructuring. You are welcome to assist in its construction by editing it as well. If this user page has not been edited in several days, please remove this template. If you are the editor who added this template and you are actively editing, please be sure to replace this template with {{in use}} during the active editing session. Click on the link for template parameters to use.
This page was last edited by 4Gramtops (talk | contribs) 10 days ago. (Update timer) |
Lua List