git/t/t4018/matlab-function

5 lines
50 B
Plaintext

function y = RIGHT()
x = 5;
y = ChangeMe + x;
end