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

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

Import orca & thune.

Line 
1REBOL [
2]
3
4s: "abc"
5print index? s
6print length? s
7
8print p: next s
9print [index? p index? s]
10
11print p: next p
12print [index? p tail? p]
13
14print p: next p
15print [index? p tail? p]
16
17print p: next p
18print [index? p tail? p]
19print length? p
20print head p
Note: See TracBrowser for help on using the browser.