Skip to content

InputForm

InputForm(expr)

print the expr as if it should be inserted by the user for evaluation.

Examples

Print the string with quotes:

>> "a string" // InputForm
"a string"

Implementation status

  • ✅ - full supported

Github