1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 10:04:21 +03:00
inform7/inter/Tests/General/IftrueRCC.intert
2022-02-16 23:44:18 +00:00

9 lines
235 B
Plaintext

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