Merge pull request #1378 from bobtfish/better_doc_math

Document the fix to GH-1068 on the website
This commit is contained in:
Paul Hinze 2015-04-06 11:00:08 -05:00
commit 514a5b9684
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ into strings. These interpolations are wrapped in `${}`, such as
The interpolation syntax is powerful and allows you to reference
variables, attributes of resources, call functions, etc.
You can also perform simple math in interpolations, allowing
you to write expressions such as `${count.index+1}`.
## Available Variables
**To reference user variables**, use the `var.` prefix followed by the