﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2644	Scripted for loop string concatenation not working	Per Östlund	somebody	"The following script:
{{{
i:="""";
lst := {""Here "", ""are "",""some "",""strings.""};
s := """";
for i in lst loop
  s := s + i;
end for;
s;
}}}
gives the result
{{{
""""
{""Here "",""are "",""some "",""strings.""}
""""

""""
}}}
{{{s}}} becomes empty instead of containing the expected string."	defect	closed	high	1.9.1	Interactive Environment	trunk	fixed		
