repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge https://github.com/j6t/git-gui
[git.git]
/
t
/
t4018
/
matlab-function
blob
897a9b13ff41326c233d0fa02d3c67db02f57c79
1
function y = RIGHT()
2
x = 5;
3
y = ChangeMe + x;
4
end