statementsDo

fun A_Phrase.statementsDo(continuation: (A_Phrase) -> Unit)

Iterate through each sequence recursively within the receiver, applying the action to each contained statement phrase.

Parameters

continuation

What to do with each statement.