[seqfan] Re: For bit fiddlers only

Peter Luschny peter.luschny at gmail.com
Tue Dec 31 15:15:45 CET 2013


>> 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]

> What is the datatype of x ?

'unsigned int' in C parlance.



More information about the SeqFan mailing list