Skip to content
angerangel edited this page Dec 14, 2012 · 1 revision

Table of Contents

USAGE

  AND~ value1 value2

DESCRIPTION

Returns the first value ANDed with the second. AND~ is an action value.

ARGUMENTS

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

SOURCE

and~: make action! [  [
    "Returns the first value ANDed 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