Re: luajit table.move not working

  • From: "voidptr69@xxxxxxxxxxx" <voidptr69@xxxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Sun, 12 Jul 2015 00:58:01 -0400

On 2015-07-11 8:52 PM, demetri wrote:


table.move(a, 1, #a, 1 ,t)


This is a Lua 5.3 feature. LuaJIT provides only partial support
for language features beyond Lua 5.1 (in addition to its own
extensions).

You may find a compatibility library useful. I found this one
from the Kepler project, but have not tried it myself:

https://github.com/keplerproject/lua-compat-5.3

Demetri

arrggg... ok thanks :o)

Other related posts: