Labels as symbolic values of type void. Use get_label(lbl) to get the symbolic representation of lbl as a label.
default is a universal defaulter: It can be used as the initializer in a defaulted function definition, or as the default operand to case in a labeled-statement. In both cases, use Lexicon::default_value().
This patch adds two things:
Labels as symbolic values of type
void
. Useget_label(lbl)
to get the symbolic representation oflbl
as a label.default
is a universal defaulter: It can be used as the initializer in a defaulted function definition, or as the default operand tocase
in a labeled-statement. In both cases, useLexicon::default_value()
.