The C++ string type.
Aliases:
std::string
string
String
let text = "John Doe";
# Perl uses scalars for strings.
[string]
str
character
# Bash represents strings as sequences of characters.