Module:number list/utils: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 June 2023

  • curprev 21:3421:34, 29 June 2023Sware talk contribs 3,158 bytes +3,158 Created page with "local export = {} -- Map a function over `list`, which may in fact be a list of strings, a single string or nil. In general, a single -- string is treated like a one-element list and nil is treated like a zero-element list. Any return values of the -- function will be collected into a flattened list, where a single string is again treated like a one-element list and -- nil is treated like a zero-element list. If the resulting list has one element (a string), that string..."