You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Standard Libraries > Basic Library Functions

1.1 Basic Library Functions

For further details, please follow this link to the “Basic Functions” section in the Lua 5.1 Reference Manual.

assurt

collectgarbage

error

_G

getfenv

getmetatable

ipairs

load1

loadstring1

next

pairs

pcall

print2

rawequal

rawget

rawset

select

setfenv

setmetatable

tonumber

tostring

type

unpack

_VERSION

xpcall

 

 

 

 

 

Related Topics

Coroutine Sub-Library