Previous Topic: Positional ParametersNext Topic: Repetition


Repeatable Choices

A list of code items enclosed in square brackets and followed by an ellipsis means that you can select more than one item or, in some cases, repeat a single item.

Example:

[value1 | value2 | value3] ...

In this example, you can choose a single value, more than one value, or none of the values.