Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Environment variables can be accessed directly using the syntax $ @{ENV[variable]}. The curly braces are mandatory.
Environment variable names are usually in UPPER CASE. For example, to get the value of the OS environment variable ANT_HOME, use $@{ENV[ANT_HOME]} to substitute the definition of ANT_HOME.

...