On Friday, 23 June 2017 at 14:53:44 UTC, Steven Schveighoffer
wrote:
> On 6/23/17 9:58 AM, Moritz Maxeiner wrote:
>
>> out (; globalStateStillValid) { ... }
>
> What's that mean?
Parenthesisless function call (as function calls are expressions).