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

20 lines
620 B
Plaintext

new kind thing of object.
new kind device of thing.
new kind vehicle of thing.
join of number and real number.
join of real number and number.
meet of number and real number.
meet of real number and number.
join of number and arithmetic value.
join of text and arithmetic value.
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.
join of list of devices and list of vehicles.
meet of devices and vehicles.
meet of devices and things.
join of activity on devices and activity on vehicles.
join of activity on devices and activity on things.