On Wed, Jul 30, 2014 at 11:01 AM, Peter Lind <[email protected]> wrote:
> On 30 July 2014 19:57, Sara Golemon <[email protected]> wrote: > > > On Wed, Jul 30, 2014 at 10:54 AM, Andrea Faulds <[email protected]> wrote: > > > On 30 Jul 2014, at 18:51, Adam Harvey <[email protected]> wrote: > > >> -1 explanation: I don't think %% is clear enough > > > > > > % returns the 2nd part of the integer division, %% returns the 1st. > > Surely that makes sense? > > > > > That makes sense in PHP. Probably only in PHP. > > > > > Not even in PHP. > > > -- > <hype> > WWW: plphp.dk / plind.dk > CV: careers.stackoverflow.com/peterlind > LinkedIn: plind > Twitter: kafe15 > </hype> > This is why I still think we'd be better off using %/ or /%. --Kris
