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
utf8: NO_ICONV: silence uninitialized variable warning
[git.git]
/
t
/
t4034
/
matlab
/
post
blob
70e05f07534500003adbbc7c0c6574fd80db2912
1
(0) (-0e10) 'y';
2
[x] {x} x.y;
3
~x;
4
x*y x.*y x/y x./y x^y x.^y x.\y x.';
5
x+y x-y;
6
x&y x&&y x|y x||y;
7
x<y x<=y x>y x>=y;
8
x==y x~=y;
9
x,y;