constants

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

Answer the declarations of this block's local constants. Do not include the label declaration if present, nor argument declarations, nor local variables.

Return

This block's local constant declarations.

Parameters

self

The block phrase to examine.