1.3. Conventions

  1. Command syntax convention table

Syntax

Description

Italic type with capital letters

Useitalic typewith capital letters for the parameters

of the commands.Parameters are the parts which need to replace with the actual

value.

(x|y|…)

Select one among the choices.

(x|y|…|)

Select one or none among the choices.

[x|y|…]

Select one or more among the choices. The choices can be selected repeatedly.

[x|y|…|]

Select one or more or none among the choices. The choices can be selected repeatedly.

{x|y|…}

Select one or more among the choices. The choices can be selected only once.

{x|y|…|}

Select one or more or none among the choices. The choices can be selected only once.

Select a number between x and y.