.DT
query_possible_bits
DW_wibble creator help
query_possible_bits

.SH Name
.SP 5 5
query_possible_bits -  This method returns the possible bits that can be removed from this bit.
.EP

.SH Syntax
.SI 5
string * query_possible_bits(string word)
.EI

.SH Parameters
.SI 5
%^BOLD%^word%^RESET%^ - restrict the possible bits
.EI

.SH Returns
.SI 5
the list of possible bits
.EI

.SH Defined in
.SI 5
/std/bit.c
.EI

.SH Description
.SP 5 5

This method returns the possible bits that can be removed
from this bit.  If the bits are restricted then the
possible bits are the ones that are contained by that bit.
.EP

