Method ADT.BitBuffer()->put()
- Method put
 this_programput(intvalue,intbits)- Description
 Put
bitsnumber of bits with the valuevalueinto the buffer.- Note
 valuemust not be larger than what can be stored with the number of bits given inbits.- Note
 The bits are added to the buffer with the most significant bit first.