Create an ArrayAtom of StringAtoms from a list of strings.
[C#] static ArrayAtom FromStrings(IList<string> items)
static ArrayAtom FromStrings(IList<string> items)
If the provided list is null then the return value will be null.
None.