Some of the side effects of programs don't fit nicely into the `state item := new value' model. Here are notations I use in Python for these:
[ return x+y-delta ]
[ raise IndexError ]
[ stop execution ]
[ generate description ]
For example:
[ generate the names in symbolTable in alphabetical order
by name, ignoring case ]