NAME ^

lib/luaaux.pir - Lua Auxiliary PIR Library

DESCRIPTION ^

Functions ^

lua_argerror (narg, extramsg)

lua_checkany (narg, arg)

lua_checknumber (narg, arg)

lua_checkoption (narg, val, options)

lua_checkstring (narg, arg)

lua_checktype (narg, arg, type)

lua_checkudata (narg, arg, type)

lua_error (message)

lua_findtable (t, fname)

lua_getfenv (o)

lua_gsub (src, pat, repl)

lua_loadbuffer (buff, name)

lua_loadfile (filename)

lua_newmetatable (tname)

lua_optint (narg, arg)

lua_optstring (narg, arg)

lua_register (libname, lib)

lua_setfenv (o, table)

lua_typerror (narg, got, expec)

Others functions ^

checkforloop (start, limit, step)

docall (f, arg)

mkarg (argv)

Support variable number of arguments function call.

not_implemented ()

tconstruct (table, index, argv)

AUTHORS ^

Francois Perrad


parrot