REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
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 123 * 10
1230
print 12.3 * 10
123.0
print 3:20 * 3
10:00
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |