The read-eval-print loop is just sitting there after Ive typed in my form. Whats happening?
– -One possible explanation for this behaviour is that you have typed in -a program that causes an infinite loop; for instance -\userinput{(loop)}. – -However, the fact that you are surprised by this behaviour suggests -that this isn’t the case; in which case a far more likely explanation -is that your form is not quite complete. You may have typed a -doublequote, vertical bar, “#|” comment beginning, or left parenthesis -that you never matched with another doublequote, vertical bar, “|#”, -or right parenthesis, respectively. Try typing a few right parentheses -followed by Return.
One possible explanation for this behaviour is that you have typed in a program that causes an infinite loop; for instance (loop). However, the fact that you are surprised by this behaviour suggests that this isn’t the case; in which case a far more likely explanation is that your form is not quite complete. You may have typed a doublequote, vertical bar, “#|” comment beginning, or left parenthesis that you never matched with another doublequote, vertical bar, “|#”, or right parenthesis, respectively. Try typing a few right parentheses followed by Return.
Related Questions
- At checkout, it looked like the letters would be shipped to the wrong address - a different address than I typed into the form. Whats this about?
- The read-eval-print loop is just sitting there after Ive typed in my form. Whats happening?
- I typed a form to the read-eval-print loop, but nothing happened. Why?