
-----------------------------------
turinggirl
Sun Jun 03, 2012 5:34 pm

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?



Describe what you have tried to solve this problem



Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)








Please specify what version of Turing you are using


-----------------------------------
Dreadnought
Sun Jun 03, 2012 6:08 pm

Re: deleting put statement
-----------------------------------
Draw white or print a blank line over the unwanted text

-----------------------------------
Raknarg
Mon Jun 04, 2012 8:04 am

RE:deleting put statement
-----------------------------------
locate (1, 1)
put " "
