Lovely! Precisely what I hoped to hear :P<br><br><div class="gmail_quote">On 4 January 2012 01:39, Jonathan M Davis <span dir="ltr"><<a href="mailto:jmdavisProg@gmx.com">jmdavisProg@gmx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Wednesday, January 04, 2012 00:34:48 Manu wrote:<br>
> myArray.popFront ... a property!?<br>
><br>
> no.<br>
<br>
And it won't compile that way if you compile with -property. It's just that<br>
properties used to be implemented much more haphazardly, allowing any function<br>
with no arguments to be called without parens. We've been transitioning from<br>
that to @property, but it's not fully enforced yet. -property enables the<br>
enforcement.<br>
<span class="HOEnZb"><font color="#888888"><br>
- Jonathan M Davis<br>
</font></span></blockquote></div><br>