Titan



activate


The operation is used to activate a default context (i.e., an altstep). It returns a reference to the activated default.

Related keywords:


activate(altstep_ref)


Example 1:

var default vd_DefaultVar := null;
DefaultVar := activate(as_MyDefAltstep());

The variable DefaultVar will hold the reference to the altstep activated as default (as_MyDelAltstep).



BNF definition of activate