These methods print or return a character representation of a script engine.
# S3 method for ScriptEngine
print(x, ...)
# S3 method for ScriptEngine
toString(x, ...)
# S3 method for CompiledScript
print(x, ...)
# S3 method for CompiledScript
toString(x, ...)
An object of class ScriptEngine or CompiledScript.
Currently ignored.