Logo is all about moving the turtle... you give it commands like this:
Forward 100
Right 45
You can do stuff like repeating commands too:
Repeat 8 [Forward 100 Right 45] ; Draw an octagon
(What do I win? 8-)
|
7 | added 107 characters in body | ||
|
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-) |
||||
|
6 | Rollback to Revision 4 | ||
|
Logo is all about moving the turtle... you give it commands like this:
(What do I win? 8-) |
||||
|
5 | deleted 19 characters in body | ||
|
Logo is all about moving the turtle... you give it commands like this:
(What do I win? 8-) |
||||
|
4 | Rollback to Revision 2 | ||
|
3 | Added ) | ||
|
2 | added 81 characters in body | ||
|
1 |
|
||