operands !== null) { return $this->operands; } return $this->operands = new Operands(); } public function execute(): void { parent::execute(); $this->pushToOperandStack( Float_::get( $this->getLocalStorage(3) ) ); } }