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