1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00
inform7/inter/Tests/Invalid/oor.intert
2019-02-05 00:44:07 +00:00

10 lines
205 B
Plaintext

packagetype _plain
packagetype _code
package main _plain
kind K_number int32
kind K_truth_state int2
constant true K_truth_state = 1
constant false K_truth_state = 0
constant dunno K_truth_state = 2