Go to the first, previous, next, last section, table of contents.


qt_set_ord

qt_set_ord(VarList)
:: VarList を変数順序とする.
return
リスト
VarList
リスト
ctrl("print_quote",2);
qt_normalize(quote(x+y),2);
     出力: (x)+(y)
qt_set_ord([y,x]);
     出力: [y,x,z,u,v,w,p,q,r,s,t,a,b,c,d,e,f,g, 以下省略 ]
qt_normalize(quote(x+y),2);
     出力: (y)+(x)
参照
section qt_normalize, section nqt_comp

ChangeLog


Go to the first, previous, next, last section, table of contents.