Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:Iterator
(view source)
Revision as of 23:14, 13 July 2019
4 bytes added
,
5 years ago
m
no edit summary
Line 38:
Line 38:
local function prefixEach(n)
local function prefixEach(n)
return function(i)
return function(i)
−
return (i - 1) % n == 0 and string.format('!%d-%d', i, i + n)
+
return (i - 1) % n == 0 and string.format('!%d-%d', i, i
- 1
+ n)
end
end
end
end
がか
cssedit, gkautomate
7,064
edits