
11-24-2009, 01:24 PM
Lists are sets of things (I say things because they can be composed of almost anything): variables, colors, directions, objects, and the options go on. These things are stored, like variables, to your computer as part of your program. The difference is that each thing in the list now has an individual number called an index which is based off of it's position in the list and which can be used to call that value when referencing things in the list (like saying "4th item from treelist turn yellow").
|