correction of DEH behavior in example, thanks Thomas!

This commit is contained in:
sejo 2022-12-19 21:19:05 +01:00
parent 2d03f06f12
commit 0685c5172b
1 changed files with 4 additions and 4 deletions

View File

@ -185,8 +185,8 @@ and then we receive DEH, SHOW, three times, that reduces the size of our sequenc
we'll write the state of the sequence after each instruction:
```
- . [ + - ]
- . [ - ]
- . [ - + ]
- . [ + ]
- . [ ]
```
@ -218,8 +218,8 @@ and this is the same list of instructions, but accompanied with the state of the
. [ - + - ]
- . [ + - ]
++ . [ + - + ]
- . [ + - ]
- . [ - ]
- . [ - + ]
- . [ + ]
- . [ ]
```