Curt Carpenter suggested a language addition for handing binary case logic.That gave me this idea. Chalk it up as another weird code snippet from yours truly.///> Convert array of booleans to a pseudobinary integer. ///Good for up to 12 bits.function BoolToInt(B: ...
More...