[seqfan] Re: For bit fiddlers only

Martin Møller Skarbiniks Pedersen traxplayer at gmail.com
Tue Dec 31 11:58:29 CET 2013


On 31 Dec 2013 11:20, "Peter Luschny" <peter.luschny at gmail.com> wrote:
>
> Assuming C operators.
>
> x = 3
> [start]
> print x
> s = x & -x
> r = x + s
> o = x ^ r
> o = (o >> 2) / s
> x = r | o
> goto [start]
>
> Peter

What is the datatype of x ?



More information about the SeqFan mailing list