Update 'src/xlib/03_heavlisp.lua'

This commit is contained in:
heavpoot 2021-01-29 19:32:24 +00:00
parent e2909fa834
commit 0c6dbe8edd
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
if not unpack then unpack = table.unpack end
local pprint = require("pprint")
function deepclone(t)
local res={}
for i,v in ipairs(t) do