Activities/Turtle Art/Tutorials/Turtle Art programming without words: Difference between revisions
New page, not finished |
→Glossary: Block names and symbols; incomplete |
||
| Line 14: | Line 14: | ||
==Glossary== | ==Glossary== | ||
Incomplete | |||
===Turtle=== | |||
* Forward → | |||
* Back ← | |||
* Right ↶ | |||
* Left ↷ | |||
* Arc ↻ | |||
===Pen=== | |||
* Pen Up ✑ | |||
* Pen Down ✒ | |||
===Colors=== | |||
===Numbers=== | |||
Some of these functions are named with math symbols +-×÷><=, which are not changed. | |||
* mod | | |||
* random ? | |||
* not ∼ | |||
* and ∧ | |||
* or ∨ | |||
* number | |||
===Flow=== | |||
* wait ⌛ | |||
* if-then | |||
* if-then-else | |||
* repeat | |||
* while | |||
* until | |||
* stop stack | |||
===Boxes=== | |||
* start | |||
* store in box | |||
* action | |||
* text | |||
===Extras=== | |||
One of the Python programmable blocks has a drawing of a python on it. We keep that. | |||