...

/

Special Keywords as Default Arguments

Special Keywords as Default Arguments

Get introduced to the use of special keywords as default arguments.

We'll cover the following...

Compile-time literals

The following special keywords act like compile-time literals that have values that correspond to where they appear in code:

  • __MODULE__: Name of the module as a string

  • __FILE__: ...