root/trunk/orca/tests/working/op_set1.r
| Revision 1, 156 bytes (checked in by krobillard, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | REBOL [] |
| 2 | |
| 3 | 9 ; This number should not be part of the result on the next line. |
| 4 | print + 3 1 * 2 |
| 5 | |
| 6 | ; Test assignment |
| 7 | a: 3 + 1 * 2 |
| 8 | print a |
| 9 | |
| 10 | b: + 3 1 * 2 |
| 11 | print b |
Note: See TracBrowser
for help on using the browser.
