浏览代码

Implement .

ApisNecros 1 年之前
父节点
当前提交
ccbfe85c8d
共有 1 个文件被更改,包括 6 次插入0 次删除
  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;