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


objtoquote

objtoquote(ob)
:: オブジェクトと quote 型のデータに変換する.
return
quote
ob
オブジェクト
[1150] quotetolist(quote(1+2));
[b_op,+,[internal,1],[internal,2]]
[1151] quotetolist(objtoquote(1+x));
[b_op,+,[internal,x],[internal,1]]3
参照
@xref{quotetotex} @xref{quotetolist}

ChangeLog


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