Skip to main content

Module stdlib

Module stdlib 

Source
Expand description

Standard library for the scripting engine.

Registers built-in functions: print, tostring, tonumber, type, math., string., table., io., os., bit., pairs, ipairs, pcall, etc.

Every function has a real implementation — no stubs.

Structs§

Stdlib
Standard library registrar.

Functions§

register_all
Register all standard library functions into the VM.