Sware
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..."