|
locked by Tim Post♦ Mar 10 '12 at 15:43
This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here. This question and its answers are frozen and cannot be changed. More info: FAQ.
closed as not a real question by marcog, JonH, jeffamaphone, RichardTheKiwi, F'x Feb 23 '11 at 9:45
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
Check out some other turtle commands found here... Turtle Commands
Samples taken directly from website: http://gaza.freehosting.net/logo/index.html |
||||
|
|
|
Logo is all about moving the turtle... you give it commands like this:
You can do stuff like repeating commands too:
(What do I win? 8-) |
||||
|
|
|
Whoa! Is it still around?
That used to work. |
||||
|
|
|
I've seen a few LOGO implementations where you can use localized commands like:
or even NAPRZÓD (with Polish letter Ó). LOGO is nice language to teach kids programming in their native spoken language. |
||||
|
|
|
By issuing commands in the correct syntax. E.G.:
There is only one necessary command to move the turtle. It is Most implementations also allow the command When the turtle moves, it may draw a line as it goes depending on whether the pen is up or down at the time, and whether the current pen color is different from the background color. A graphics based (virtual) turtle can also jump around the screen with |
||||
|
|