Misplaced Pages

User:4Gramtops/template/Lua list: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
< User:4Gramtops | template Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 23:31, 19 December 2024 edit4Gramtops (talk | contribs)197 edits Resolved non-URL code← Previous edit Revision as of 05:00, 26 December 2024 edit undo4Gramtops (talk | contribs)197 edits Updated my template pageNext edit →
Line 6: Line 6:
<table><tr><td> <table><tr><td>
{{User:4Gramtops/template/Lua list matcher|Get started}}<br> {{User:4Gramtops/template/Lua list matcher|Get started}}<br>
Syntaxes<br> '''Syntaxes'''<br>
* {{User:4Gramtops/template/Lua list matcher|do ... end}} * {{User:4Gramtops/template/Lua list matcher|do ... end}}
* {{User:4Gramtops/template/Lua list matcher|and}} * {{User:4Gramtops/template/Lua list matcher|and}}
Line 34: Line 34:
* {{User:4Gramtops/template/Lua list matcher|continue}} * {{User:4Gramtops/template/Lua list matcher|continue}}
* {{User:4Gramtops/template/Lua list matcher|while ... do}}<br> * {{User:4Gramtops/template/Lua list matcher|while ... do}}<br>
Functions<br> '''Functions'''<br>
Main<br>
* {{User:4Gramtops/template/Lua list matcher|assert}}<br>
* {{User:4Gramtops/template/Lua list matcher|collectgarbage}}<br>
* {{User:4Gramtops/template/Lua list matcher|dofile}}<br>
* {{User:4Gramtops/template/Lua list matcher|error}}<br>
* {{User:4Gramtops/template/Lua list matcher|getmetatable}}<br>
* {{User:4Gramtops/template/Lua list matcher|ipairs}}<br>
* {{User:4Gramtops/template/Lua list matcher|load}}<br>
* {{User:4Gramtops/template/Lua list matcher|loadfile}}<br>
* {{User:4Gramtops/template/Lua list matcher|next}}<br>
* {{User:4Gramtops/template/Lua list matcher|pcall}}<br>
* {{User:4Gramtops/template/Lua list matcher|print}}<br>
* {{User:4Gramtops/template/Lua list matcher|rawequal}}<br>
* {{User:4Gramtops/template/Lua list matcher|rawget}}<br>
* {{User:4Gramtops/template/Lua list matcher|rawlen}}<br>
* {{User:4Gramtops/template/Lua list matcher|rawset}}<br>
* {{User:4Gramtops/template/Lua list matcher|require}}<br>
* {{User:4Gramtops/template/Lua list matcher|select}}<br>
* {{User:4Gramtops/template/Lua list matcher|setmetatable}}<br>
* {{User:4Gramtops/template/Lua list matcher|tonumber}}<br>
* {{User:4Gramtops/template/Lua list matcher|tostring}}<br>
* {{User:4Gramtops/template/Lua list matcher|type}}<br>
* {{User:4Gramtops/template/Lua list matcher|warn}}<br>
* {{User:4Gramtops/template/Lua list matcher|xpcall}}<br>
Coroutine<br>


Debug<br>


IO<br>


Math<br>


OS<br>


Package<br>


String<br>


Table<br>


UTF-8<br>

</td></tr></table> </td></tr></table>
</div> </div>

Revision as of 05:00, 26 December 2024

page is in the middle of an expansion or major revampingThis 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) 2 days ago. (Update timer)

Lua List

Get started
Syntaxes

Functions
Main

Coroutine


Debug


IO


Math


OS


Package


String


Table


UTF-8