5 lines
50 B
Text
5 lines
50 B
Text
|
function y = RIGHT()
|
||
|
x = 5;
|
||
|
y = ChangeMe + x;
|
||
|
end
|