Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Luis Majano / Luis Majano (Luis Majano)
Created: 07/16/2009
Components: Language
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 15
Problem:
Ability to var scope on for loops or collection loops inline. This would save soo much time by just inlinining var scoping of variables within statements like for loops.for( var key in collection ){}for( var x =1; x lte len; x++ ){}
Method:
Result:
Ability to var scope on for loops or collection loops inline.for( var key in collection ){}
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3039331
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: Luis Majano
External Customer Email: 7A3D2E124563615A99201549
External Test Config: 07/16/2009
Attachments:
Comments: