Strings As Lists

For convenience, a further notational variant is allowed for lists of integers that correspond to ASCII character codes. Lists written in this notation are called strings. For example,

     "Humpty-Dumpty"
     

represents exactly the same list as

     [72,117,109,112,116,121,45,68,117,109,112,116,121]