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

9 lines
229 B
Plaintext

package main _plain
kind K_number int32
constant MAGIC K_number = 16339
splat IFTRUE &"#iftrue MAGIC == 16339;\n"
constant WIZARD K_number = 5
splat IFNOT &"#ifnot;\n"
constant MUGGLE K_number = 0
splat ENDIF &"#endif;\n"