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


print_input_form

print_input_form(S)
: It transforms S to a string which can be parsed by asir.

Example:

 print_input_form(quote(x^3-1));


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