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

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

Import orca & thune.

Line 
1REBOL []
2
3
4a: [/]
5print [type? first a first a]
6
7a: [//]
8print [type? first a first a]
9
10a: [//ref]
11print [type? first a first a]
Note: See TracBrowser for help on using the browser.