DM Reference

DM Ref

❯

DM language details

❯

preprocessor

❯

__LINE__ macro

__LINE__ macro

1 min read

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

  • DEBUG definition
  • __FILE__ macro
  • __PROC__ macro
  • __TYPE__ macro
  • __IMPLIED_TYPE__ macro

Graph View

Backlinks

  • __FILE__ macro
  • __IMPLIED_TYPE__ macro
  • __PROC__ macro
  • __TYPE__ macro

Created with Quartz v4.5.0 © 2025

  • GitHub