1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-17 22:44:25 +03:00
inform7/services/kinds-test/Tests/Test Cases/variable-conformance.txt

8 lines
174 B
Plaintext

K <= K.
K <= value.
value <= K.
list of number <= list of K.
list of K <= list of number.
relation of K to K <= relation of K to L.
relation of K to L <= relation of K to K.