Next: Selecting Bit String Components, Previous: Bit Strings, Up: Bit Strings
Returns a newly allocated bit string of length k. If initialization is
#f
, the bit string is filled with 0 bits; otherwise, the bit string is filled with 1 bits.(make-bit-string 7 #f) => #*0000000