Hi,
In message "[ruby-talk:5862] succ but no pred? (& the MURKY award)"
on 00/10/26, "Hal E. Fulton" <hal9000 / hypermetrics.com> writes:
|Is there some special reason that Ruby has (here and there)
|a successor function (succ) but never a predecessor function
|(pred)?
Two reasons:
* Perl does not have magic decrement
* I was (and still is) too tired to define what should be the exact
behavior of magic decrement myself.
matz.