E.g. to produce ```lua local some_table = { foo = "bar"; baz = "moo"; "lorem", "ipsum", "dolor", "sit", "amet" } ``` Where the `key = value` pairs use one `table_sep` option and array items use another, per convention in [some project(s?)](https://hg.prosody.im/trunk/file/58e793288d9c/doc/coding_style.md#l136).