forked from rebol/rebol
-
Notifications
You must be signed in to change notification settings - Fork 2
And~
angerangel edited this page Dec 14, 2012
·
1 revision
AND~ value1 value2
Returns the first value ANDed with the second. AND~ is an action value.
- value1 (logic! integer! char! tuple! binary! bitset! typeset! datatype!)
- value2 (logic! integer! char! tuple! binary! bitset! typeset! datatype!)
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!] ] ]