String
Stringis the head of strings..
Examples
>> Head("abc")String
>> "abc""abc"Use InputForm to display quotes around strings:
>> InputForm("abc")"abc"FullForm also displays quotes:
>> FullForm("abc" + 2)Plus(2, "abc")Stringis the head of strings..
>> Head("abc")String
>> "abc""abc"Use InputForm to display quotes around strings:
>> InputForm("abc")"abc"FullForm also displays quotes:
>> FullForm("abc" + 2)Plus(2, "abc")