mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-17 12:10:52 +02:00
fix typo
This commit is contained in:
@@ -53,7 +53,7 @@ until cell #1 is 0, and cell #2 holds cell #1's old value. Because we're on
|
|||||||
cell #1 at the end of the loop, move to cell #2, and then print out the value
|
cell #1 at the end of the loop, move to cell #2, and then print out the value
|
||||||
in ASCII.
|
in ASCII.
|
||||||
|
|
||||||
Also keep in mind that the spaces are purely for readibility purposes. You
|
Also keep in mind that the spaces are purely for readability purposes. You
|
||||||
could just as easily write it as:
|
could just as easily write it as:
|
||||||
|
|
||||||
,[>+<-]>.
|
,[>+<-]>.
|
||||||
|
Reference in New Issue
Block a user