Arrays are important. You will want one in SmileBasic whenever you are working with a list or grid of data. Or whenever you have a lot of something and a way to access it is more important than an individual name. Let's look at tic tac toe (or noughts and crosses if you prefer). You have a 3 by 3 grid where players take alternating turns placing an X or an O.