Rebol Programming/complement
USAGE:
editCOMPLEMENT value
DESCRIPTION:
editReturns the one's complement value.
COMPLEMENT is an action value.
ARGUMENTS
edit- value -- (Type: logic number char tuple binary string bitset image)
SOURCE CODE
editcomplement: native[ "Returns the one's complement value." value [logic! number! char! tuple! binary! string! bitset! image!] ]