/**
* Currently, strings are explicitly shared (they behave like pointers), meaning
* that modifications to one instance will also modify all others. If you
/**
* Currently, strings are explicitly shared (they behave like pointers), meaning
* that modifications to one instance will also modify all others. If you