row(matrix, n)
Returns the specified row of a matrix.
row([1,2;3,4],1) = [1,2] row([1,2;3,4],2) = [3,4]
col, rows, columns