root/trunk/orca/tests/working/op_path.r
| Revision 137, 98 bytes (checked in by krobillard, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | REBOL[] |
| 2 | |
| 3 | a: [2] |
| 4 | print 4 + a/1: 7 |
| 5 | probe a |
| 6 | |
| 7 | a: ["a" 0 "b" 0] |
| 8 | it: find a "b" |
| 9 | it/2: it/2 or 3 |
| 10 | print a |
Note: See TracBrowser
for help on using the browser.
