o_CopyConcatenating

open override fun o_CopyConcatenating(self: AvailObject, newListPhrase: A_Phrase): A_Phrase

Create a new list phrase with phrases from a given list phrase appended to the end of the list.

Return

A new list phrase with the given list phrase's subphrases appended.

Parameters

self

The list phrase to extend.

newListPhrase

The list phrase containing subphrases to append.