|
@@ -312,6 +312,7 @@ class CodeBox {
|
|
this.stacks[this.curr_stack].Push(this.stacks[this.curr_stack].register);
|
|
this.stacks[this.curr_stack].Push(this.stacks[this.curr_stack].register);
|
|
this.stacks[this.curr_stack].register = null;
|
|
this.stacks[this.curr_stack].register = null;
|
|
}
|
|
}
|
|
|
|
+ break;
|
|
}
|
|
}
|
|
case ":":
|
|
case ":":
|
|
this.stacks[this.curr_stack].Duplicate();
|
|
this.stacks[this.curr_stack].Duplicate();
|