I was testing some code yesterday and realised there was a quirk in the way the original where syntax (with {}) worked and the way the newer syntax worked.
To demonstrate this I created a set of objects
$i = 0
$tests = while ($i -lt 25){ New… Read the full text.