Method: Orenono::Brain#decrement
- Defined in:
- lib/brain.rb
#decrement ⇒ Object
58 59 60 61 |
# File 'lib/brain.rb', line 58 def decrement fail InvalidMemoryAccessError if @tape[@memory_cursol].zero? @tape[@memory_cursol] -= 1 end |