lua-users home
lua-l archive

Re: embedding - where's print()

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


> 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

AltStyle によって変換されたページ (->オリジナル) /