Jakob Wrote: > But i also tried > > catch() > foo(); > > and it errored, even though this wouldn't be ambigous > I guess it was a decision to not allow catch without curly brackets at all to avoid a potential ambiguity.