Activities/Turtle Art/Getting started: Difference between revisions

Tonyforster (talk | contribs)
Tonyforster (talk | contribs)
Line 30: Line 30:
File:Collapsestack.jpg|Collapse a 'stack' of blocks to save space
File:Collapsestack.jpg|Collapse a 'stack' of blocks to save space
File:Pushpop.jpg|Store data in the first in last out heap using 'push' and 'pop'
File:Pushpop.jpg|Store data in the first in last out heap using 'push' and 'pop'
File:Turtlearray.jpg|Box names (and stack names) can be boxes, in this case 10 boxes are created. This is a powerful programming feature. A one dimensional array of variables has been effectively created.
File:Turtlearray.jpg|Box names (and stack names) can be boxes, in this case 10 boxes are created. This is a powerful programming feature. A one dimensional array of variables has effectively been created.
</gallery>
</gallery>