1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00
inform7/inter/Tests/General/ObjKind.intert
2022-02-22 23:31:47 +00:00

8 lines
207 B
Plaintext

package main _plain
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