1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-17 12:10:52 +02:00
This commit is contained in:
JongChan Choi
2013-09-21 04:17:53 +09:00
parent 7aa69ae3d7
commit d3c5a72399

View File

@@ -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:
,[>+<-]>. ,[>+<-]>.