Skip to content
angerangel edited this page Mar 15, 2013 · 1 revision

USAGE

   COMPLEMENT value

DESCRIPTION

Returns the one's complement value.

COMPLEMENT is an action value.

ARGUMENTS

  • value (logic! integer! tuple! binary! bitset! typeset! image!)

#SOURCE

complement: make action! [  [
    "Returns the one's complement value."
    value [logic! integer! tuple! binary! bitset! typeset! image!]
] ]
Clone this wiki locally