labels

fun labels(self: A_Phrase): List<A_Phrase>

Answer the labels present in this block's list of statements. There is either zero or one label, and it must be the first statement.

Return

A list of between zero and one labels.

Parameters

self

The block phrase to examine.