Skip to content

Latest commit

 

History

History
executable file
·
15 lines (12 loc) · 706 Bytes

and-mul.MD

File metadata and controls

executable file
·
15 lines (12 loc) · 706 Bytes

USAGE:
     #value1 AND* #value2

DESCRIPTION:
     Returns the first value ANDed with the second.
     AND* is a function .

RETURNS:
    (undocumented)

ARGUMENTS:
    #value1 [logic! integer! char! tuple! binary! bitset! typeset! datatype!]
    #value2 [logic! integer! char! tuple! binary! bitset! typeset! datatype!]


Above this line is autogenerated. Place user comments below.