Forum

Comma Operation(,)

Hello, I found in mql4 and mql5 documentation both https://docs.mql4.com/basis/operations/other and https://www.mql5.com/en/docs/basis/operations/other, they call it Comma Operation something like this for (i= 0 ,j= 99 ; i< 100 ; i++,j--) Print (array[i][j]); I tried to add control for j loop like