Could someone explain this to me please?
What's the meaning of arrays variables having indexes as arrays variables?
JASS:
function Init takes nothing returns nothing
set x[0] = 50
set x[50] = 25
set x[25] = 75
set x[75] = 100
set x[x[x[x[x[0]]]]] = 95
call PrintInt(x[100])
endfunction
What's the meaning of arrays variables having indexes as arrays variables?


