lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Joshua Jensen schrieb:

> Hi!
>
> I'd like to load a script file without executing it at the same time. In
> lua_dobuffer(), the script is explicitely executed using lua_call():
> [...]
>
> ----------------
>
> There is in Lua 4.1.

Hm, lua_loadfile(). Even the name matches :-)

>
> Josh

Thanks!
-Markus-