1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-07 17:44:22 +03:00
inform7/services/kinds-module/Figures/objects.txt
2020-08-11 23:59:29 +01:00

22 lines
735 B
Plaintext

'new kind thing of object': ok
'new kind device of thing': ok
'new kind vehicle of thing': ok
'super of device': thing
'super of super of device': object
'super of super of super of device': sayable value
'join of thing and device': thing
'join of device and thing': thing
'join of device and object': object
'join of device and vehicle': thing
'join of thing and text': sayable value
'weaken thing': object
'weaken device': object
'weaken relation of things to texts': relation of objects to texts
'object <= text?': false
'object <= thing?': false
'thing <= object?': true
'device <= thing?': true
'device <= object?': true
'dereference number valued property': number
'dereference list of number valued properties': list of numbers