BYOND Developer Wiki
Advertisement
DM Reference Entry This page contains an entry from the official DM Reference.

The __LINE__ macro is replaced by the line number in the current source file. This may be useful when generating debugging error messages.

See also[]


preprocessor
directives #define | #error | #if | #ifdef | #ifndef | #include | #undef | #warn
macros DM_VERSION | __FILE__ | __LINE__ | __MAIN__
definitions DEBUG | FILE_DIR
Advertisement