root/trunk/orca/tests/working/compose.r
| Revision 1, 109 bytes (checked in by krobillard, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | REBOL[] |
| 2 | |
| 3 | x: 1 |
| 4 | blk: [hi there (x) [sub block (x) [deeper (1 + x)]]] |
| 5 | |
| 6 | probe compose blk |
| 7 | probe compose/deep blk |
Note: See TracBrowser
for help on using the browser.
