All pastes #2123853 Raw Edit

Something

public text v1 · immutable
#2123853 ·published 2012-03-03 16:51 UTC
rendered paste body
          int a = 128;
          a = a & 0xff;
          MessageBox.Show(a.ToString());