
-----------------------------------
smallpudding
Wed Feb 19, 2014 9:23 pm

I don't know how to use this easy loop . Please Help
-----------------------------------
What is it you are trying to achieve?



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


-----------------------------------
smallpudding
Wed Feb 19, 2014 9:24 pm

RE:I don\'t know how to use this easy loop . Please Help
-----------------------------------
RRRRR
spacex1RRRR
spacex2RRR
spacex3RR
spacex4R

-----------------------------------
Insectoid
Wed Feb 19, 2014 10:35 pm

RE:I don\'t know how to use this easy loop . Please Help
-----------------------------------
You want to output 5 lines. You need a loop for that. Each of those lines is 5 characters long. You need a loop inside the first loop to do that. Now you need a way to decide whether to output a space or an R. You can probably use some math for this. Might have something to do with the for loop counter variables.
