6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
x = array1d(1..3 ,[1, 1, 1]);
|
|
a = 1;
|
|
y = array1d(1..3 ,[1, 1, 1]);
|
|
b = 1;
|
|
----------
|