Skip to content

Commit

Permalink
Merge pull request #56 from mikepack/fix_env
Browse files Browse the repository at this point in the history
Fix links
  • Loading branch information
José Valim committed Dec 5, 2012
2 parents 9817188 + 75eeac6 commit 77a5658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getting_started/6.markdown
Expand Up @@ -223,8 +223,8 @@ Elixir provides a set of pseudo-variables. These variables can only be read and

* `__MODULE__` - Returns an atom representing the current module or nil;
* `__FILE__` - Returns a string representing the current file;
* `__ENV__` - Returns a [Macro.Env](/docs/Macro.Env.html) record with information about the compilation environment. Here we can access the current module, function, line, file and others;
* `__CALLER__` - Also returns a [Macro.Env](/docs/Macro.Env.html) record but with information of the calling site. `__CALLER__` is available only inside macros;
* `__ENV__` - Returns a [Macro.Env](/docs/stable/Macro.Env.html) record with information about the compilation environment. Here we can access the current module, function, line, file and others;
* `__CALLER__` - Also returns a [Macro.Env](/docs/stable/Macro.Env.html) record but with information of the calling site. `__CALLER__` is available only inside macros;

## 6.9 Native compilation

Expand Down

0 comments on commit 77a5658

Please sign in to comment.