Interpreter constructor

Interpreter()

Implementation

Interpreter() {
  top.define("str", StringFunction());
}