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

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

Import orca & thune.

Line 
1REBOL []
2
3
4print rejoin [1 "hi"]
5
6cvar: "_natives"
7probe reduce [{static char } cvar {[] =^/}]
8probe rejoin [{static char } cvar {[] =^/}]
9
Note: See TracBrowser for help on using the browser.