|
@@ -125,6 +125,7 @@ class CodeBox {
|
|
this.pointer = {X: 0, Y: 0};
|
|
this.pointer = {X: 0, Y: 0};
|
|
this.curr_direction = this.directions.EAST;
|
|
this.curr_direction = this.directions.EAST;
|
|
this.outputDOM.value = "";
|
|
this.outputDOM.value = "";
|
|
|
|
+ console.clear();
|
|
|
|
|
|
const cbRaw = this.codeBoxDOM.value;
|
|
const cbRaw = this.codeBoxDOM.value;
|
|
const rows = cbRaw.split("\n");
|
|
const rows = cbRaw.split("\n");
|