REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Returns the first value divided by the second.
Arguments:
value1 [scalar!]
value2 [scalar!]
See also:
An error will occur if the second value is zero. When dividing values of different datatypes they must be compatible.
print 123 / 10
12.3
print 12.3 / 10
1.23
print 1:00 / 60
0:01
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |