;

"New row" operator. Marks the beginning of a new row when creating a matrix.


Example


This is an example of creating a matrix:

a = ( 1, 2 ; 5, 6 )

1  2

5  6