コード例 #1
0
ファイル: Interpreter.php プロジェクト: polidog/brainf-ck
 /**
  * コマンド(-)
  */
 protected function commandDown()
 {
     $this->Memory->down();
 }