{
// Catch programmer error where _var has been set but
// _items has not
if (_items != null)
{
ValueExpression iterated = new IndexedValueExpression(_items,
_currentIndex);
vm.setVariable(_var, iterated);
}
// Ditto (though, technically, one check for