[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: The first Lua library
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 6 Nov 2012 16:47:56 -0200
> function luaopen_opr(l: plua_state):integer;
...
> l := lua_open;
If that is a libray, then you should not open Lua here.