<div dir="ltr">Some corrections and additions to my previous email:<div><br></div><div><div><font face="monospace, monospace"><span style="font-size:12.800000190734863px">public(open)  // if open is absent, the method is “closed”</span></font></div><div style="font-size:12.800000190734863px"><font face="monospace, monospace">protected     // (yes, we and Cocoa still use classes)</font></div><div style="font-size:12.800000190734863px"><font face="monospace, monospace">internal</font></div><div><font face="monospace, monospace"><span style="font-size:12.800000190734863px">private(file) // if file is absent, the method is really, really private</span></font></div></div>​<div>And one observation: <font face="monospace, monospace">protected</font> and <font face="monospace, monospace">abstract</font> as described before: only to be valid for classes, of course. Something like <font face="monospace, monospace">local</font><font face="arial, helvetica, sans-serif"> access modifier for local only scope would be nice too (and does not break anything written until today).</font></div><div><br></div><div>—</div><div>Vanderlei Martinelli</div></div>