j
k
j a
j l
array v=({1,2,3}); for (int i=0; i<sizeof(v); i++) v+=({17});
Ok.
Why?
While
int i; for (i=0; i<sizeof(v); i++) v+=({17});
doesn't finish (as it shouldn't).
Back to the thread
Back to the list