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

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

Import orca & thune.

Line 
1REBOL []
2
39  ; This number should not be part of the result on the next line.
4print + 3 1 * 2
5
6; Test assignment
7a: 3 + 1 * 2
8print a
9
10b: + 3 1 * 2
11print b
Note: See TracBrowser for help on using the browser.