Scope.inLoop

true if inside a loop (where constructor calls aren't allowed)

struct Scope
bool inLoop;

Meta