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

USAGE

   OR~ value1 value2

DESCRIPTION

Returns the first value ORed with the second.

OR~ is an action value.

ARGUMENTS

  • value1 (logic! integer! char! tuple! binary! bitset! typeset! datatype!)
  • value2 (logic! integer! char! tuple! binary! bitset! typeset! datatype!)

#SOURCE

Or~: make action! [  [
    "Returns the first value ORed with the second."
    value1 [logic! integer! char! tuple! binary! bitset! typeset! datatype!]
    value2 [logic! integer! char! tuple! binary! bitset! typeset! datatype!]
] ]
Clone this wiki locally