root/trunk/orca/tests/working/datatypes.r
| Revision 1, 129 bytes (checked in by krobillard, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | REBOL [] |
| 2 | |
| 3 | |
| 4 | a: [/] |
| 5 | print [type? first a first a] |
| 6 | |
| 7 | a: [//] |
| 8 | print [type? first a first a] |
| 9 | |
| 10 | a: [//ref] |
| 11 | print [type? first a first a] |
Note: See TracBrowser
for help on using the browser.
