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

Revision 137, 98 bytes (checked in by krobillard, 3 years ago)

Orca - Paths fixed so integer! now relative to current series position.

Line 
1REBOL[]
2
3a: [2]
4print 4 + a/1: 7
5probe a
6
7a: ["a" 0 "b" 0]
8it: find a "b"
9it/2: it/2 or 3
10print a
Note: See TracBrowser for help on using the browser.