Return to test-gentexi CVS log | Up to [local] / OpenXM / src / asir-contrib / packages / doc |
1.1 ! takayama 1: begin: base_replace(A,Rule) ! 2: It rewrites {A} by using {Rule}. ! 3: example: base_replace([x^2+a^2,a],[[a,1],[x,y]]); ! 4: ref: taka_base_replace, hoge ! 5: end: ! 6: begin: print_input_form(A|xml) ! 7: It outputs the object {A}. ! 8: example: print_input_form(quote(sin(x)+2)); ! 9: ref: taka_print_input_form ! 10: end: ! 11: