Marcus Brinkmann wrote: > > Package: equivs Hello... I would have never thought of looking for such a package. It would really be much better to have a way of doing the same by using built in features in the package management system's frontend program. It would be more visible this way, and less of a hack.
============================================================= = int lrn(int iq) {if(iq>PLANT)return iq;return lrn(iq*2);} = ======== lrn([EMAIL PROTECTED]): too deep recursion ======== =============================================================