--- loncom/html/adm/help/tex/Numerical_Response_Simple_Example.tex 2013/08/27 18:54:18 1.4 +++ loncom/html/adm/help/tex/Numerical_Response_Simple_Example.tex 2013/09/09 20:47:45 1.5 @@ -21,7 +21,7 @@ before you use them. Put this program in Numerical Response: \begin{verbatim} -\$variable~=~3; +$variable = 3; \end{verbatim} This creates a variable named \textbf{variable} and assigns it the value of {}``3''. That's one statement.