Can the Arduino handle lots of variables?

Benito: The arduino language doesn't contain any special array operators like some other languages, and you can only reference or operate on one array element at a time.