Updated README.md

- Added another example expression.
This commit is contained in:
Dhruva Sagar
2013-05-17 10:26:38 +05:30
parent fb63484e47
commit 41fa837437

View File

@@ -165,6 +165,7 @@ sure Tabular is installed and loaded into your runtime to ensure this works.
- `$1,2 = $1,1 * $1,1` - `$1,2 = $1,1 * $1,1`
- `$5,1 = Sum(1:-1)` - `$5,1 = Sum(1:-1)`
- `$5,3 = Sum(1,2:5,2)` - `$5,3 = Sum(1,2:5,2)`
- `$5,3 = Sum(1,2:5,2)/$5,1`
### Demo ### Demo