My question is whether there is a (straightforward) work around to control where an input (or prompt) command shows up on the screen.
For example
:Clrhome
:Output(1,1, "ENTER THE MEASURE OF ANGLE A IN DEGREES")
:Prompt A
The problem is that the Prompt command overwrites the start of the question and shows like this
A=?ER THE MEASUR
E OF ANGLE A IN
DEGREES
While I could use Disp instead, Output seems better because of text wrapping. Specifically, I want to teach students to program and complicated work arounds (or tedious counting of character spacing) are not a teacher's friend. Any suggestions?