P2String

Holds a sequence of characters

Factory Messages

Operational Messages

+ aString

Answers this string and aString concatenated together

== aString

Answers true if this string and aString are the same

!= aString

Answers true if this string and aString are different

* aNumber

Answers aNumber copies of the original string concatenated together