Module:Scale tree: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
local p = {}
local p = {}


-- Helper function that parses entries from a pipe-delimited string and returns them in an array
-- Helper function that parses entries from a semicolon-delimited string and returns them in an array
-- TODO: Separate this and parse_pairs into its own module of helper functions, as they're included
-- TODO: Separate this and parse_pairs into its own module of helper functions, as they're included
-- in various modules at this point
-- in various modules at this point