Allow any string to be surrounded by quotes (i.e., if first input starts with quote, continue reading until end quote is found. Otherwise read single word.
Similarly, for all string outputs, if string has no spaces, output default, otherwise add quotes. (Alternatively, just add quotes to all strings)
Allow any string to be surrounded by quotes (i.e., if first input starts with quote, continue reading until end quote is found. Otherwise read single word.
Similarly, for all string outputs, if string has no spaces, output default, otherwise add quotes. (Alternatively, just add quotes to all strings)