"Strings can also be delimited with a single quote character which allows for a string to be either "abc" or 'abc'."
There's no mention of having a string without a delimeter.
> array: [a b c]
"Strings can also be delimited with a single quote character which allows for a string to be either "abc" or 'abc'."
There's no mention of having a string without a delimeter.