Example var:=setbit(5);Will raise 6th bit (bin 100000 mask)var:=resbit(2);Will lower 3rd bit (bin 100 mask)