Foreach array usage

Posted by Anonymous February 5, 2010 - 4:16am

Hi, can anybody explain me this part of foreach tutorial for array...

foreach( int s in salary)
{
//code inside the loop
}

What's the "s in salary" mean in the above foreach loop? I'm a new learner...