Browse Source

Add NOP in Execute

ApisNecros 1 year ago
parent
commit
d44056f0b3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      starfish.js

+ 2 - 0
starfish.js

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