String objects are a special type of container, specifically designed to operate with sequences of characters.
string
objects belong to a class with many built-in features to operate with strings in a more intuitive way.
Editor's TO-DO task: describe assignment=, index[] and sum+ operators.