@@ -351,6 +351,19 @@ class CodeBox {
case "o":
output = String.fromCharCode(this.stacks[this.curr_stack].Pop());
break;
+ // Time
+ case "S":
+ // TODO
+ break;
+ case "h":
+ case "m":
+ case "s":
// Code box manipulation
case "g":
this.PushFromCodeBox();