Page MenuHomeFeedback Tracker

Using += operator in a for loop is invalid
Assigned, UrgentPublic

Description

This code is invalid

for (int i = 0; i < 1000; i += 10) {

}

for whatever reason you can still use the + operator, but not the = operator.

this is standard functionality in any language with a for loop like this

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
General

Event Timeline

Please forward this to the Enfusion team

Geez changed the task status from New to Assigned.Sep 21 2020, 12:30 PM