REBOL Programming/complement

      USAGE:

      COMPLEMENT value 
      

      DESCRIPTION:

      Returns the one's complement value.

      COMPLEMENT is an action value.

      ARGUMENTS

      • value -- (Type: logic number char tuple binary string bitset image)

      SOURCE CODE

      complement: native[
          "Returns the one's complement value." 
          value [logic! number! char! tuple! binary! string! bitset! image!]
      ]
      
      {{BookCat}}
      
      Last modified on 27 October 2012, at 22:15