>>> format (list stext) ["one", "two", "three"] "[one, two, three]"
>>> format (list shown) ["one", "two", "three"] "[\"one\", \"two\", \"three\"]"
>>> fprintLn (qlist stext) ["one", "two", "three"] ["one", "two", "three"]