"Brian C. Barnes" <bcbarnes at austin.rr.com> writes:
> Here is one example of something I find a bit irritating. This is the
> "specification" for the library procedure "fxif" in the (rnrs arithmetic fx
> (6)) library.
>
>
>
> (fxif fx1 fx2 fx3) procedure
>
>
>
> Returns the fixnum result of the following computation:
>
>
>
> (fxior (fxand fx1 fx2)
>
> (fxand (fxnot fx1) fx3))
I'll try to do better.
--
Cheers =8-} Mike
Friede, V?lkerverst?ndigung und ?berhaupt blabla
Received on Thu Jun 28 2007 - 05:26:31 UTC