http://d.puremagic.com/issues/show_bug.cgi?id=7281
Jonathan M Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Jonathan M Davis <[email protected]> 2012-01-12 15:54:46 PST --- Your example is not the shortest way of doing this. The typical way would be array(retro(str)); which _is_ an expression and almost as concise as reversed(str); I question that adding another function is worth it. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
