o_Copy Concatenating
open override fun o_CopyConcatenating(self: AvailObject, newListPhrase: A_Phrase): A_Phrase
Content copied to clipboard
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.
new List Phrase
The list phrase containing subphrases to append.