expressionAt

fun A_Phrase.expressionAt(index: Int): A_Phrase

Extract the Nth expression of this list. If this is a permuted list phrase, do not transform the index.

Return

The chosen phrase.

Parameters

index

Which expression to extract.