Sunday, 23 November 2014

Why the repeat command is more efficient then any other solution in MSW LOGO?

What is a Repeat command?

A repeat command is a command in MSW LOGO which repeats the controls FD, BK, RT and LT. A repeat command repeats a command a number of times you want. So if you wanted to repeat a command 4 times you write repeat 4 then your command. This helps you stop making mistakes.


No comments:

Post a Comment