﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2873	Implemented for-loop for arrays	Per Östlund	Martin Sjölund	"It would be nice to be able to loop over arrays in the bootstrapped compiler, similar to how it's possible to loop over lists. E.g.:
{{{
  array<T> someArray;
algorithm
  for e in someArray loop
    // Some code
  end for;
}}}"	enhancement	new	high	Bootstrapping	MetaModelica	trunk			
