String Symbol Type
There is no string type that you can define in the symbols. But you can assign string values to variables in the code section. For example:
string="string here"; Print(string);
JK's implementation of strings is strange, and not fully known, but you can use string variables in any place that you can enter a string with quotes.