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.Usage
## S3 method for class 'ScalaInterpreter':
close(con, ...)