root/trunk/orca/tests/working/to.r

Revision 1, 250 bytes (checked in by krobillard, 3 years ago)

Import orca & thune.

Line 
1REBOL [
2    Purpose: {Test conversions done by 'to.}
3]
4
5probe to-string [1 a b 3.3]
6probe to-path [a b c]
7print to-integer true
8print to-integer false
9print to-integer 3.3
10print to-integer 3.8
11print 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.