﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2873	Implement 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.:
{{{#!mo
  array<T> someArray;
algorithm
  for e in someArray loop
    // Some code
  end for;
}}}"	enhancement	closed	high	Bootstrapping	MetaModelica	trunk	fixed		
