REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Returns the first value multiplied by the second.
Arguments:
value1 [scalar!]
value2 [scalar!]
See also:
The datatype of the second value may be restricted to INTEGER or DECIMAL, depending on the datatype of the first value (e.g. the first value is a time).
print multiply 123 10
1230
print multiply 3:20 3
10:00
print multiply 0:01 60
1:00
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |