I'm going through a book at the moment (C# 8.0 and .NET Core 3.0) and I'm stuck with understanding / Googling the explanation for this question.
Does the following statement compile? for ( ; true; ) ;
I chucked the code in my editor and it does compile, but any code below is unreachable (which is fine). I'm hoping someone can explain what this statement is doing.
Cheers