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

Table of Contents

USAGE

  ADD value1 value2

DESCRIPTION

Returns the addition of two values. ADD is an action value.

ARGUMENTS

  • value1 (scalar! date!)
  • value2

SOURCE

add: make action! [  [
    "Returns the addition of two values."
    value1 [scalar! date!]
    value2
] ] 
Clone this wiki locally