root/trunk/orca/tests/working/list.r
| Revision 1, 288 bytes (checked in by krobillard, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | REBOL [] |
| 2 | |
| 3 | probe l: make list! [] |
| 4 | print head? l |
| 5 | print tail? l |
| 6 | insert insert insert l 1 2 3 |
| 7 | print l: head l |
| 8 | l2: back next l |
| 9 | print same? l l2 |
| 10 | print l3: head insert remove remove head l 4 |
| 11 | |
| 12 | ; ** Script Error: Out of range or past end |
| 13 | ;print same? l l2 |
| 14 | |
| 15 | probe l: make list! [a b c] |
Note: See TracBrowser
for help on using the browser.
