1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-09 02:24:21 +03:00
inform7/inter/Tests/General/SimpleKind.intert
2019-07-20 12:40:27 +01:00

8 lines
139 B
Plaintext

packagetype _plain
packagetype _code
package main _plain
kind K_colour enum
instance I_green K_colour = 1
instance I_red K_colour = 17