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/variance.txt
2020-08-12 13:07:35 +01:00

15 lines
483 B
Plaintext

new kind larger of object.
new kind smaller of larger.
smaller <= larger.
larger <= smaller.
list of smaller <= list of larger.
list of larger <= list of smaller.
relation of larger to texts <= relation of smaller to texts.
relation of smaller to texts <= relation of larger to texts.
phrase larger -> text <= phrase smaller -> text.
phrase smaller -> text <= phrase larger -> text.
phrase text -> larger <= phrase text -> smaller.
phrase text -> smaller <= phrase text -> larger.