1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 01:54:21 +03:00
inform7/inter/Tests/General/SimpleKind.intert
2022-03-15 14:01:15 +00:00

5 lines
111 B
Plaintext

package main _plain
typename K_colour = enum
instance (K_colour) I_green = 1
instance (K_colour) I_red = 17