[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Calling Lua operatiors from C
- From: "Juris Kalnins" <juris@...>
- Date: Mon, 15 Jun 2009 11:59:01 +0300
There is lua_lessthan and lua_equal that mirror '<' and '=='.
Is there any comparable way to execute from C API other operators too?