Browse Source

Implement .

ApisNecros 1 năm trước cách đây
mục cha
commit
ccbfe85c8d
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      starfish.js

+ 6 - 0
starfish.js

@@ -457,6 +457,12 @@ class CodeBox {
                 case "p":
                     this.PlaceIntoCodeBox();
                     break;
+                // Functions
+                case ".": {
+                    this.pointer.Y = this.stacks[this.curr_stack].Pop();
+                    this.pointer.X = this.stacks[this.curr_stack].Pop();
+                    break;
+                }
                 // End execution
                 case ";":
                     output = true;