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

USAGE

   SUBTRACT value1 value2

DESCRIPTION

Returns the second value subtracted from the first.

SUBTRACT is an action value.

ARGUMENTS

  • value1 (scalar! date!)
  • value2 (scalar! date!)

#SOURCE

subtract: make action! [  [
    {Returns the second value subtracted from the first.}
    value1 [scalar! date!]
    value2 [scalar! date!]
] ]

Clone this wiki locally