index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t4018
/
matlab-function
blob: 897a9b13ff41326c233d0fa02d3c67db02f57c79 (
plain
) (
blame
)
1
2
3
4
function y = RIGHT() x = 5; y = ChangeMe + x; end