Computer Science Canada

deleting put statement

Author:  turinggirl [ Sun Jun 03, 2012 5:34 pm ]
Post subject:  deleting put statement

What is it you are trying to achieve?
Is there a way to delete put statements without cls-ing the screen.

Let say I have this:

procedure hi
put "hi"
end hi

What is the problem you are having?
<Answer Here>


Describe what you have tried to solve this problem
<Answer Here>


Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
<Answer Here>

Turing:


<Add your code here>



Please specify what version of Turing you are using
<Answer Here>

Author:  Dreadnought [ Sun Jun 03, 2012 6:08 pm ]
Post subject:  Re: deleting put statement

Draw white or print a blank line over the unwanted text

Author:  Raknarg [ Mon Jun 04, 2012 8:04 am ]
Post subject:  RE:deleting put statement

locate (1, 1)
put " "


: