Skip to content

Documentation #11

@tilkinsc

Description

@tilkinsc
Owner

It would be nice for all the functions to have in-depth explanations of what they do as per the lua reference manual.
https://www.lua.org/manual/5.4/manual.html#lua_pushnil

For example,

lua_pushnil

Pushes a nil value onto the stack. 
[-0, +1, –] 

http://luajit.org/running.html
https://www.lua.org/manual/5.1/manual.html
https://www.lua.org/manual/5.2/manual.html
https://www.lua.org/manual/5.3/manual.html
https://www.lua.org/manual/5.4/manual.html

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomershelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @tilkinsc

        Issue actions

          Documentation · Issue #11 · tilkinsc/Lua.NET