tvl-depot/third_party/git/t/t4018/matlab-function
2020-01-11 23:40:29 +00:00

4 lines
50 B
Text

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