Details
Assignee
Michael OffnerMichael OffnerReporter
Adam CameronAdam CameronLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Priority
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Adam Cameron
Adam CameronLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Priority
Created 16 April 2015 at 14:05
Updated 15 April 2018 at 13:57
As per: http://blog.adamcameron.me/2015/04/lucee-5-beta-misc-1.html
Probably like this:
5.times(function(current){});
Another CFScript syntax option could be:
for (5){ // stuff here }
Although perhaps implementing ranges and then have:
for(range){ // where the range might be {{[5]}} or {{[5..5]}} to be analogous to the above // stuff here }