5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
x = 3;
|
|
y = 8;
|
|
%% should be x = 3, y = 8
|
|
----------
|
x = 3;
|
|
y = 8;
|
|
%% should be x = 3, y = 8
|
|
----------
|