.DT
query_possible_plural_bits
DW_wibble creator help
query_possible_plural_bits

.SH Name
.SP 5 5
query_possible_plural_bits -  This returns the plural of all the possible bit names.
.EP

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

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

.SH Returns
.SI 5
the array of possible bit names
.EI

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

.SH Description
.SP 5 5

This returns the plural of all the possible bit names.
If the bits are restricted then the
possible bits are the ones that are contained by that bit.
.EP

