Andrew Lawson
Andrew Lawson
Reddit user [/u/i_make_snow_flakes](http://www.reddit.com/user/i_make_snow_flakes) liked me to the issue at https://bugs.php.net/bug.php?id=55154
Transcript from our Skype conversation so I don't forget what we said: > Andrew Lawson: I was thinking about using some sort of placeholder to do it, like > >...
Again, taking pointers from [Elixir](http://elixir-lang.org/getting_started/6.html#toc_5), I'll likely use the `&` character by default to reference the input. ``` js foo >> bar(&, 123); // bar(foo, 123); foo >> bar(123, &);...