Mnemonic aid: lsplit for List SPLIT from content
See also: [aisort ] , [append ] , [asort ] , [clearl ] , [cmap ] , [dlist ] , [e ] , [hmap ] , [isort ] , [lcc ] , [lcopy ] , [lhsort ] , [list ] , [ljoin ] , [llen ] , [lpop ] , [lset ] , [lslice ] , [lsub ] , [ltol ] and [translate ]
Creates a list from content by splitting it using the specified parameters. num=N indicates the number of splits, not the number of results. So two splits provides three results, one split provides two, etc. sep=^ defines what separates the splitKey from the contentToSplit. It defaults to a comma: