Example #1
0
 public Repl()
 {
     this.replEnvironment = new NestedEnvironment();
     Natives.AppendNatives(this.replEnvironment);
 }