Omitting the else clause

(Display Figure 7.)

In languages such as Java, C++, and C#, if you don't need the else clause, you can simply omit it.

However, it will always be there in Alice.

You cannot omit it.

If you don't need it, just don't put any code into it.  It will be ignored at runtime.