
-----------------------------------
piperwarrior
Thu Nov 23, 2017 8:13 am

How to write out text in a diagonal line in Turing?
-----------------------------------
I'm in grade 9 and my tech teacher gave us the assignment to write out stars (*)in a diagonal line.

how do I do it?

-----------------------------------
Insectoid
Thu Nov 23, 2017 7:04 pm

RE:How to write out text in a diagonal line in Turing?
-----------------------------------
The locate() command will let you write a string or char wherever you want. Can you think of a way to use this to do what you're asking?
