mirror of
https://github.com/Reuh/candran.git
synced 2025-10-27 17:59:30 +00:00
Add destructuring assignement
This commit is contained in:
parent
851e9f89d6
commit
842536b561
10 changed files with 3823 additions and 2985 deletions
|
|
@ -1,4 +1,4 @@
|
|||
targetName = "luajit"
|
||||
targetName = "LuaJIT"
|
||||
|
||||
UNPACK = (list, i, j)
|
||||
return "unpack(" .. list .. (i and (", " .. i .. (j and (", " .. j) or "")) or "") .. ")"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue