show/hide this revision's text 7 added 107 characters in body

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-)

show/hide this revision's text 6 Rollback to Revision 4

Logo is all about moving the turtle... you give it commands like this:

Forward 100
Right 45

(What do I win? 8-)

show/hide this revision's text 5 deleted 19 characters in body

Logo is all about moving the turtle... you give it commands like this:

Forward 100
Right 45

(What do I win? 8-)

show/hide this revision's text 4 Rollback to Revision 2
show/hide this revision's text 3 Added )
show/hide this revision's text 2 added 81 characters in body
show/hide this revision's text 1