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


nqt_comp

nqt_cmp(Expr1,Exprt2)
:: Expr1Expr2 の順序を比較する.
return
整数
Expr1, Expr2
quote型
ctrl("print_quote",2);
qt_set_ord([y,x]); qt_set_weight([[x,-1],[y,-1]]);
[nqt_comp(`x,`y), nqt_comp(`y,`x), nqt_comp(`x,`x)];
     出力: [-1,1,0]
参照
section qt_normalize, section qt_set_ord, section qt_set_weight

ChangeLog


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