1.

List Out The Pre-defined Macros In Erlang?

Answer»

The pre-defined MACROS in ERLANG is

  • MODULE: It returns the name of the current module
  • Module_String: It returns the name of the current module, as a string
  • FILE: It returns the current file name
  • Line: It returns the current line number
  • Machine: It returns the current machine name, ‘BEAM.’

The pre-defined Macros in Erlang is



Discussion

No Comment Found