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.