[REBOL] Re: head reverse annoys me
From: carl:cybercraft at: 21-Dec-2004 18:07
On Thursday, 16-December-2004 at 17:45:25 Ammon wrote,
>Head Reverse isn't what you should be looking for to see if it is
>going to break anything...
>
>>> head head reverse "123"
>== "321"
>
>The only scripts it is going to break are the ones that use Reverse
>WITHOUT Head...
That's just what I was thinking. A few possibles...
http://www.codeconscious.com/rebsite/rebol-library/scroll-panel.r
http://www.rebol.com/view/reb/layout.r
http://forsythe.agent-smith.net/calc.r
I say possibles as I didn't look at the code closely to determine if the REVERSEs really
were reversing a series. It's possible they may be working on tuples or pairs, or they
may not be the default REVERSE.
Oh - I'm in favour of the change.
-- Carl Read.