Explorar o código

Add NOP in Execute

ApisNecros hai 1 ano
pai
achega
d44056f0b3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      starfish.js

+ 2 - 0
starfish.js

@@ -152,6 +152,8 @@ class CodeBox {
     Execute(instruction) {
         let output = null;
         switch(instruction) {
+            case " ":
+                break;
             case "1":
             case "2":
             case "3":