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

USAGE

   MULTIPLY value1 value2

DESCRIPTION

Returns the first value multiplied by the second.

MULTIPLY is an action value.

ARGUMENTS

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

#SOURCE

multiply: make action! [  [
    "Returns the first value multiplied by the second."
    value1 [scalar!]
    value2 [scalar!]
] ]
Clone this wiki locally