Skip to content

Commit

Permalink
Improve example instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fbbdev committed Oct 21, 2024
1 parent 2ee9ae1 commit 3a22304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<p>A machine that reads from the tape an integer in unary notation (n is represented by a list of n occurrences of the symbol 1) and writes it back doubled.</p>
<p><a href="?fetch=https%3A%2F%2Fraw.githubusercontent.com%2Ffbbdev%2Fturing%2Fmain%2Fexamples%2FunaryDup.txt">Load in the simulator</a></p>
<p><i>Instructions:</i> click the link above; when the machine has been loaded, click the tape head (the cell with a large black border), type <code>1</code> as many times as you like, press the <code>Enter</code> key and hit the play button.</p>
<p>After the machine halts, if you hit the stop button, then the play button again it will duplicate again the latest result.</p>
</div>
</li>
<li>
Expand All @@ -63,7 +64,7 @@
<p>A machine that reads from the tape an integer in binary notation and writes it back incremented by one.</p>
<p><a href="?fetch=https%3A%2F%2Fraw.githubusercontent.com%2Ffbbdev%2Fturing%2Fmain%2Fexamples%2FbinaryIncr.txt">Load in the simulator</a></p>
<p><i>Instructions:</i> click the link above; when the machine has been loaded, click the tape head (the cell with a large black border), type a sequence of <code>1</code>s and <code>0</code>s, press the <code>Enter</code> key and hit the play button.</p>
<p>After the machine halts, if you hit the stop button, then the play button again it will keep incrementing the number more and more.</p>
<p>After the machine halts, if you hit the stop button, then the play button again it will increment again the latest result.</p>
</div>
</li>
<li>
Expand Down

0 comments on commit 3a22304

Please sign in to comment.