Fourth batch
[git/raj.git] / t / t4018 / matlab-function
blob897a9b13ff41326c233d0fa02d3c67db02f57c79
1 function y = RIGHT()
2 x = 5;
3 y = ChangeMe + x;
4 end