diff --git a/Advanced/Esoteric Languages/parts/00 turing.tex b/Advanced/Esoteric Languages/parts/00 turing.tex index 5ea858f..089eeb1 100755 --- a/Advanced/Esoteric Languages/parts/00 turing.tex +++ b/Advanced/Esoteric Languages/parts/00 turing.tex @@ -18,7 +18,7 @@ Turing's eight symbols are as follows: \item \texttt{,} : consume one character from input and store it at the current cell \item \texttt{[} : Jump to the matching \texttt{]} if the current cell is zero. \par otherwise, execute the next instruction. - \item \texttt{[} : Jump back to the matching \texttt{]} if the current cell is not zero. \par + \item \texttt{]} : Jump back to the matching \texttt{[} if the current cell is not zero. \par otherwise, execute the next instruction. \item All other characters are ignored. \end{itemize} @@ -106,7 +106,9 @@ Write a program that repeats the user's input exactly as it is entered. \end{solution} \problem{} -Write a program that repeats the user's input in reverse +Write a program that repeats the user's input in reverse \par +\hint{You may use as many memory cells as you need---the editor will add more as you use them.} + \vfill \pagebreak