1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-01 06:24:58 +03:00
inform7/services/kinds-module/Figures/joins.txt

20 lines
834 B
Plaintext
Raw Normal View History

2020-08-11 17:07:58 +03:00
'new kind thing of object': ok
'new kind device of thing': ok
'new kind vehicle of thing': ok
'join of number and real number': real number
'join of real number and number': real number
'meet of number and real number': number
'meet of real number and number': number
'join of number and arithmetic value': arithmetic value
'join of text and arithmetic value': sayable value
2020-08-11 17:07:58 +03:00
'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-11 17:07:58 +03:00
'join of list of devices and list of vehicles': list of things
'meet of devices and vehicles': nothing
'meet of devices and things': device
'join of activity on devices and activity on vehicles': activity
'join of activity on devices and activity on things': activity on devices