In c++ I would make an array of strings as follows;

string goblygoo[] = {"line one","line two","line three"};

How would I impliment this in c-lite?

I have been taking shots at it for about 2 hours now and cant figuar it out or find help anyplace else.

Any ideas?