You are here

Special Characters

20 January, 2016 - 09:21
Table 2.3 Special Characters

Character

Meaning

=

Assignment

( )

Prioritize operations

[ ]

Construct array

:

Specify range of array elements

,

Row element separator in an array

;

Column element separator in an array

...

Continue statement to next line

.

Decimal point, or structure field separator

%

Insert comment line into code