1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/services/linguistics-test/Tests/Test Diagrams/withs.txt
2020-07-19 20:52:26 +01:00

16 lines
413 B
Plaintext

[Testing "with" and "kind of".]
On the table is a sailor with carrying capacity 10.
A sailor with carrying capacity 10 is on the table.
On the table is a sailor with carrying capacity 10 and wealth 12.
On the table is a sailor with carrying capacity 10, wealth 12, and sea count 7.
There is a kind of sailor called an admiral.
An admiral is a kind of sailor.
An admiral is a kind of sailor with wealth 50.