t / t4034 / matlab / poston commit Merge branch 'cb/maint-t5541-make-server-port-portable' (030a360)
   1(0) (-0e10) 'y';
   2[x] {x} x.y;
   3~x;
   4x*y x.*y x/y x./y x^y x.^y x.\y x.';
   5x+y x-y;
   6x&y x&&y x|y x||y;
   7x<y x<=y x>y x>=y;
   8x==y x~=y;
   9x,y;