
22 Oct
2009
22 Oct
'09
3:11 p.m.
I have a list of lists which all contain strings. [[String]]. I need to figure out how to print them so that after each individual string, there is a new line. If this is the initial list [["abc", "cde"] ["fgh", "ghi"]] [["abc" "cde"] ["fgh", "ghi"]] Can anyone help me figure this out? Thanks.