You can declare them outside the loop with the local keyword – that a better option and less likely to lead to type inference issues.
> On Sep 12, 2014, at 11:59 PM, Christoph Ortner <[email protected]> > wrote: > > > The point was to be able to access d1, d2 outside the loop to check their > types. >
