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


eval_quote

eval_quote(Q);
:: quote 型データ Q を asir のオブジェクトに変換する.
return
オブジェクト
Q
quote型
ctrl("print_quote",2);
A=quote((x-1)^2+(x-1)+3);
     出力: ((((x)-(1))^(2))+((x)-(1)))+(3)
eval_quote(A);
     出力: x^2-x+3
print_input_form(A);     /* asir-contrib */
     出力: quote((x-1)^2+(x-1)+3)
参照
section objtoquote, @xref{quotetolist}, @xref{eval_string}, section quote_to_funargs, funargs_to_quote, remove_paren, @xref{funargs_to_quote}

ChangeLog


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