-
how do you use unpack or table.unpack ? (does it work in Ctrlr?) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
I think |
Beta Was this translation helpful? Give feedback.
-
i found this: http://lua-users.org/lists/lua-l/2013-10/msg00534.html
If you're writing solely for 5.2, use so '''unpack()''' how do we use that? |
Beta Was this translation helpful? Give feedback.
I think
table.unpack()
is only in lua 5.2 so you need to useunpack()
because Ctrlr uses lua 5.1 ;)