column
column(x, index)
Try it yourself:
$1 |
A = [[1, 2], [3, 4]]
|
|
$2 |
column(A, 1)
|
|
$3 |
column(A, 2)
|
See also:
All functions