1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-16 22:14:23 +03:00
inform7/inter/Tests/General/IftrueRCC.intert

9 lines
238 B
Plaintext
Raw Normal View History

2019-02-05 02:44:07 +02:00
package main _plain
2022-02-23 01:31:47 +02:00
typename K_number = int32
constant (K_number) MAGIC = 16339
2022-02-28 01:52:33 +02:00
splat IFTRUE "#iftrue MAGIC == 16339;\n"
constant (K_number) WIZARD = 5
2022-02-28 01:52:33 +02:00
splat IFNOT "#ifnot;\n"
constant (K_number) MUGGLE = 0
2022-02-28 01:52:33 +02:00
splat ENDIF "#endif;\n"