t / t4034 / matlab / poston commit conditional markdown preprocessing (c8b1cd9)
   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;