Hi Marcio,
> On 18 Jan 2015, at 02:01, Marcio Almada <[email protected]> wrote:
>
> Just a note:
>
> I still think a single char token (like ~
) would look great and
> wouldn't be "cryptic" like Yasuo argued. But, as said before, it's
> just a minor observation. The default
token is a great option and
> sounds very intuitive to anyone I've asked for opinions.
For consistency with list(), we could also just put nothing:
foo($bar, , $baz);
Which is like:
list($bar, , $baz) = $arr;
Thoughts?
--
Andrea Faulds
http://ajf.me/