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

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

Import orca & thune.

Line 
1REBOL []
2
3f: func [a] [a * 2]
4
5print f 3 + 1
6; 8
7print 10 + f 3 + 1
8; 18
Note: See TracBrowser for help on using the browser.