|
> Any other function names besides "print" don't work also. Is there any > sort of "import" procedure to make a set of functions available? Yes! You should do lua_baselibopen(L); before using these kind of function. See the section 6 of the manual. Tomas