Source position: lua.pas line 213
function lua_pcall(
L: Plua_State;
nargs: Integer;
nresults: Integer;
errf: Integer
):Integer;