1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/inter/Tests/Invalid/oor.intert
2022-02-22 23:31:47 +00:00

10 lines
223 B
Plaintext

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