List loop in cfscript

Hello,

Lucee does not support the following syntax for looping over lists :

for (item in list){

echo(item)

}

Adam opened a feature request at the time of Railo (
https://issues.jboss.org/browse/RAILO-3207) but it was closed without
comments.

Is it worth re-creating the same feature request for Lucee, or is there a
reason against the syntax ?

Thanks,
Jean

Never mind, I see it has been ported here
https://luceeserver.atlassian.net/browse/LDEV-47

Thanks,
JeanOn Thu, May 21, 2015 at 2:33 PM, Jean Moniatte <@Jean_Moniatte> wrote:

Hello,

Lucee does not support the following syntax for looping over lists :

for (item in list){

echo(item)

}

Adam opened a feature request at the time of Railo (
https://issues.jboss.org/browse/RAILO-3207) but it was closed without
comments.

Is it worth re-creating the same feature request for Lucee, or is there a
reason against the syntax ?

Thanks,
Jean