Closed afscrome closed 8 years ago
Added support for indexers to velocity. Velocity supports index expressions of the form $foo[arg1,arg2...argn] which map to .net index access and array access expressions.
$foo[arg1,arg2...argn]
Fixes #15
Added support for indexers to velocity. Velocity supports index expressions of the form
$foo[arg1,arg2...argn]
which map to .net index access and array access expressions.