Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:Core
(view source)
Revision as of 14:10, 4 May 2017
121 bytes added
,
7 years ago
no edit summary
Line 74:
Line 74:
table.insert(arr, el)
table.insert(arr, el)
end
end
+
end
+
+
function Utils.concat(arr1, arr2)
+
for i = 1, #arr2 do
+
arr1[#arr1 + 1] = arr2[i]
+
end
+
return arr1
end
end
がか
cssedit, gkautomate
7,064
edits