1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-16 14:04:24 +03:00
inform7/services/kinds-test/Tests/Test Cases/objects.txt
2020-08-11 23:59:29 +01:00

22 lines
520 B
Plaintext

new kind thing of object.
new kind device of thing.
new kind vehicle of thing.
super of device.
super of super of device.
super of super of super of device.
join of thing and device.
join of device and thing.
join of device and object.
join of device and vehicle.
join of thing and text.
weaken thing.
weaken device.
weaken relation of things to texts.
object <= text.
object <= thing.
thing <= object.
device <= thing.
device <= object.
dereference number valued property.
dereference list of number valued properties.