1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-17 06:24:24 +03:00
inform7/inter/Tests/General/New.intert

14 lines
302 B
Plaintext
Raw Normal View History

2022-01-10 01:00:15 +02:00
packagetype _plain
packagetype _code
package main _plain
2022-02-28 01:52:33 +02:00
splat "#ifdef DEBUG;\n"
splat "Constant DEBUG;\n"
splat "#ifnot;\n"
splat "[ Demo x y; return x+y; ];\n"
splat "#ENDIF;\n"
splat "Array XA --> 2 4 56;\n"
splat "#ifdef wallpaper_shade;\n"
splat "al nitwit = 2;\n"
splat " #ENDif ; \n"