o_CopyMutablePhrase

open override fun o_CopyMutablePhrase(self: AvailObject): A_Phrase

If the receiver is immutable, make an equivalent mutable copy of that phrase. Otherwise, answer the receiver itself.

Return

A mutable A_Phrase equivalent to the passed phrase, possibly the same object.

Parameters

self

The A_Phrase of which to create a mutable copy.