1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-16 14:04:24 +03:00
inform7/services/kinds-module/Figures/objects.txt

22 lines
735 B
Plaintext
Raw Normal View History

'new kind thing of object': ok
'new kind device of thing': ok
'new kind vehicle of thing': ok
2020-08-10 01:42:41 +03:00
'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
2020-08-10 01:42:41 +03:00
'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
2020-08-10 01:42:41 +03:00
'dereference number valued property': number
'dereference list of number valued properties': list of numbers