root/trunk/orca/tests/working/make_object.r
| Revision 1, 134 bytes (checked in by krobillard, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | REBOL [ |
| 2 | Purpose: {Test make object!} |
| 3 | ] |
| 4 | |
| 5 | |
| 6 | a: make object! [o: 1 t: 2] |
| 7 | b: make a [] |
| 8 | c: make b [t: "three"] |
| 9 | |
| 10 | probe a |
| 11 | probe b |
| 12 | probe c |
Note: See TracBrowser
for help on using the browser.
