hlua icon indicating copy to clipboard operation
hlua copied to clipboard

Standard libraries can not be imported

Open kpcyrd opened this issue 6 years ago • 0 comments

I think this is addressed in #147, basically calling lua.open_math(); doesn't do anything since the math object is made available.

This is also the case for eg. strings, but s:match(...) still works, while string.match(s, ...) doesn't.

kpcyrd avatar Nov 20 '19 18:11 kpcyrd