7 lines
200 B
Plaintext
7 lines
200 B
Plaintext
|
Object (the-object) {
|
||
|
property string thing: "i has the thing"
|
||
|
property string thing-alt: thing
|
||
|
property string thing-alt-2: self.thing
|
||
|
property string thing-alt-3: the-object.thing
|
||
|
}
|