root/trunk/orca/tests/working/series_tail.r
| Revision 1, 249 bytes (checked in by krobillard, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | REBOL [ |
| 2 | ] |
| 3 | |
| 4 | s: "abc" |
| 5 | print index? s |
| 6 | print length? s |
| 7 | |
| 8 | print p: next s |
| 9 | print [index? p index? s] |
| 10 | |
| 11 | print p: next p |
| 12 | print [index? p tail? p] |
| 13 | |
| 14 | print p: next p |
| 15 | print [index? p tail? p] |
| 16 | |
| 17 | print p: next p |
| 18 | print [index? p tail? p] |
| 19 | print length? p |
| 20 | print head p |
Note: See TracBrowser
for help on using the browser.
