Skip to main content

Module base

Module base 

Source
Expand description

Base library — Lua’s built-in functions (print, type, pairs, pcall, …).

Translated from: reference/lua-5.4.7/src/lbaselib.c (549 lines, 32 functions) Target crate: lua-stdlib

Functions§

open
Open the base library: register all base functions into the global table, then set _G (a self-reference) and _VERSION.