julia let block code example
Example: julia let block
I tend to heavily use let in Pluto notebooks. There, most variables are in global scope and wrapping intermediate calculations in a let block keeps that clean.
I tend to heavily use let in Pluto notebooks. There, most variables are in global scope and wrapping intermediate calculations in a let block keeps that clean.