git-subtree-dir: software/mza git-subtree-split: f970a59b177c13ca3dd8aaef8cc6681d83b7e813
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
a = array1d(1..3, [{1, 2, 3, 4, 5}, {1, 2, 3, 4, 5}, {1, 2, 3, 4, 5}]);
|
|
s = {1, 2, 3, 4, 5};
|
|
x = 2;
|
|
----------
|