When

When is the keyword that indicates a branch in a Case alternative. The syntax is the following:

 Case EXPRESSIONWhen EXPRESSION_LISTStatements...When EXPRESSION_LISTStatements......When DefaultStatements...Endcase

For more information, see the Case documentation.