Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: bitset help

From: rotenca:telvia:it at: 27-Sep-2002 22:21

In 1.2.8 accept bitset!: system/words/negate system/words/complement system/words/tail? system/words/length? system/words/find system/words/copy system/words/insert system/words/remove system/words/clear system/words/exclude system/words/difference system/words/intersect system/words/union system/words/empty? system/words/copy It seems that remove part can delete bit, the integer arg is the bit number:
>> remove/part probe insert make bitset! 8 0 0
make bitset! #{01} == make bitset! #{00} --- Ciao Romano