Search results

From Self-sufficiency
Jump to: navigation, search
  • ...original 'for _, val in pairs do' and a similar version that used ipairs. With the pairs version the order of evaluation could not be guaranteed. With the ipairs version, a nil value would terminate
    161 KB (24,101 words) - 21:56, 17 February 2018
  • ...andbox', '/[Tt]estcases'}; -- list of Lua patterns found in page names of pages we should not categorize ['interview'] = 'Interview with $1',
    48 KB (6,072 words) - 21:56, 17 February 2018
  • 2. If the length of the substring is less than 6, left-fill the substring with zeroes until the length is six. ...g.rep("0", 6-string.len (suffix)) .. suffix; -- 3.b.2 left fill the suffix with 0s if suffix length less than 6
    45 KB (7,176 words) - 21:56, 17 February 2018