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

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

Import orca & thune.

Line 
1REBOL [
2    Purpose: {Test make object!}
3]
4
5
6a: make object! [o: 1 t: 2]
7b: make a []
8c: make b [t: "three"]
9
10probe a
11probe b
12probe c
Note: See TracBrowser for help on using the browser.