root/trunk/orca/tests/working/to.r
| Revision 1, 250 bytes (checked in by krobillard, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | REBOL [ |
| 2 | Purpose: {Test conversions done by 'to.} |
| 3 | ] |
| 4 | |
| 5 | probe to-string [1 a b 3.3] |
| 6 | probe to-path [a b c] |
| 7 | print to-integer true |
| 8 | print to-integer false |
| 9 | print to-integer 3.3 |
| 10 | print to-integer 3.8 |
| 11 | print to-tuple [1 2 3 4 5 6 7] |
| 12 | ;print to-tuple {1.2.3.4} |
Note: See TracBrowser
for help on using the browser.
