REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Returns a tuple! value made from the given value.
print to-tuple [12 34 56]
12.34.56
To convert REBOL RGB color tuples to HTML hex color values, see the to-hex function.
Tuples can have up to 10 segments.
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |