dispose method

void dispose()

Stops the C++ engine.

Implementation

void dispose() {
  stdin = 'quit';
}