fixed markdown of befunge-92
This commit is contained in:
parent
7a6d6ac877
commit
42dacb8ce6
@ -3,8 +3,10 @@ form a new number until it has been seen before.
|
|||||||
|
|
||||||
For example,
|
For example,
|
||||||
|
|
||||||
44 ? 32 ? 13 ? 10 ? 1 ? 1
|
~~~
|
||||||
85 ? 89 ? 145 ? 42 ? 20 ? 4 ? 16 ? 37 ? 58 ? 89
|
44 -> 32 -> 13 -> 10 -> 1 -> 1
|
||||||
|
85 -> 89 -> 145 -> 42 -> 20 -> 4 -> 16 -> 37 -> 58 -> 89
|
||||||
|
~~~
|
||||||
|
|
||||||
Therefore any chain that arrives at 1 or 89 will become stuck in an endless loop.
|
Therefore any chain that arrives at 1 or 89 will become stuck in an endless loop.
|
||||||
What is most amazing is that EVERY starting number will eventually arrive at 1 or 89.
|
What is most amazing is that EVERY starting number will eventually arrive at 1 or 89.
|
||||||
|
Loading…
Reference in New Issue
Block a user