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

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

Import orca & thune.

Line 
1REBOL[]
2
3x: 1
4blk: [hi there (x) [sub block (x) [deeper (1 + x)]]]
5
6probe compose blk
7probe compose/deep blk
Note: See TracBrowser for help on using the browser.