Joined March 2014
·
Dun Liu
Greater Chicago Area
·
Posted to
Making all self references in blocks weak by default
over 1 year
ago
Thank you, rabovik. I went through the runtime guide, then I understood.
Posted to
Making all self references in blocks weak by default
over 1 year
ago
Question: self is the reserve keyword, why it can be argument without problem?
while loop (k>=0) and inside loop if (k==0) break;
redundant logic
just while (k>0) is enough