Variable ForStatement.startIndex

class ForStatement
{
  // ...
  ulong startIndex;
  // ...
}