hi i want use for loop in mathematica but i do not know what is the role of i++? i think this loop is equal to for i=1:4 print(i) end in matlab. Do I understand correctly? For[i = 0, i < 4, i++, Print[i]]