Module:Nano: Difference between revisions
From IdleOn MMO Wiki
(Created page with "function replace_char(pos, str, r) return str:sub(pos, pos - 1) .. r .. str:sub(pos + 1, str:len()) end p = replace_char(1, "p", "26px") x = replace_char(1, "x", "26px") print(p, x)") |
(Blanked the page) Tag: Blanking |
||
Line 1: | Line 1: | ||
Latest revision as of 16:17, 29 December 2022
Documentation for this module may be created at Module:Nano/doc