- Updated sample file.

This commit is contained in:
Giacomand
2013-03-25 09:54:23 +00:00
parent 7efad57176
commit d4312c05bf

View File

@@ -8,11 +8,17 @@
#define PI 3.1415
#if PI == 4
DoStuff()
#define G 5
#elif PI == 3
DoOtherStuff()
#define I 6
#else
DoNothing()
#define K 7
#endif
@@ -77,3 +83,5 @@ var/list/NullList = null
world.log << "PI is [CONST_VARIABLE]!"
else
world.log << "PI is approximety [pi]"
#undef PI // Undefine PI