1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-16 14:04:24 +03:00
inform7/services/kinds-test/Tests/Test Cases/construction.txt
2020-08-09 18:39:31 +01:00

17 lines
425 B
Plaintext

X = object.
first term of X.
second term of X.
Y = list of numbers.
first term of Y.
second term of Y.
Z = relation of texts to numbers.
first term of Z.
second term of Z.
W = phrase (relation of texts to numbers, text) -> truth state.
first term of W.
first term of first term of W.
first term of first term of first term of W.
second term of first term of first term of W.
second term of first term of W.
second term of W.