o_CopyWith

open override fun o_CopyWith(self: AvailObject, newPhrase: A_Phrase): A_Phrase

Create a new list phrase]ListPhraseDescriptor with one more phrase added to the end of the list.

Return

A new list phrase with the phrase appended.

Parameters

self

The list phrase to extend.

newPhrase

The phrase to append.