>
> @time(begin
>     for n = 1:10
>         d1 = Float64[ a1[a,b,i,j] .* b1[a,i,j] .* c1[b,i,j] for a = 1:10, 
> b = 1:10, i=1:100,j=1:100 ]
>     end
> end)
>

For the sake of completeness,
begin
    ...
end 
blocks are not local.

I thought let blocks would but it appears they don't.

Reply via email to