string

STRING
Strings, enclosed by double-quotes, are scheme values. Unlike symbols, strings may be split into characters and manipulated by a variety of primitive functions.
For example, "abcdef", "This is a string", and "This is a string with \" inside" are all strings.

Beginning Student with List Abbreviations Language


Google