close:
Closes the resources associated with an interpreter.
Description
This function closes (i.e., frees) the resources associated with an interpreter. Subsequent uses of the interpreter object will fail.
Arguments
con
An interpreter from an interpreter constructor (i.e. scala
).