1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/inter/Tests/General/ObjKind.intert

8 lines
207 B
Plaintext
Raw Normal View History

2019-02-05 02:44:07 +02:00
package main _plain
2022-02-23 01:31:47 +02:00
typename K_object = enum
typename K_fruit <= K_object
typename K_citrus_fruit <= K_fruit
typename K_stone <= K_object
typename K_feldspar <= K_stone
typename K_mica <= K_stone