Skip to content

Commit 3a22304

Browse files
committed
Improve example instructions
1 parent 2ee9ae1 commit 3a22304

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dist/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<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>
5656
<p><a href="?fetch=https%3A%2F%2Fraw.githubusercontent.com%2Ffbbdev%2Fturing%2Fmain%2Fexamples%2FunaryDup.txt">Load in the simulator</a></p>
5757
<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>
58+
<p>After the machine halts, if you hit the stop button, then the play button again it will duplicate again the latest result.</p>
5859
</div>
5960
</li>
6061
<li>
@@ -63,7 +64,7 @@
6364
<p>A machine that reads from the tape an integer in binary notation and writes it back incremented by one.</p>
6465
<p><a href="?fetch=https%3A%2F%2Fraw.githubusercontent.com%2Ffbbdev%2Fturing%2Fmain%2Fexamples%2FbinaryIncr.txt">Load in the simulator</a></p>
6566
<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>
66-
<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>
67+
<p>After the machine halts, if you hit the stop button, then the play button again it will increment again the latest result.</p>
6768
</div>
6869
</li>
6970
<li>

0 commit comments

Comments
 (0)