ID:1714246
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
Would be good to have a compiler command to print an info message (ie not a warning or error).
Most preprocessors/compilers have this via something like "#info", "#message", or "#pragma message()".

Example use case:
#info Compiling with BYOND version DM_VERSION...
#if (DM_VERSION < 507)
#error Sorry, must be 507 or taller to ride.
#endif