On 02/25/2016 10:18 PM, Lars Ingebrigtsen wrote: > + ;; After a ";" in a for-block. A declaration can never > + ;; begin after a `;' if the most enclosing paren is a > + ;; `('.-declarators' handles the rest. Hrm. That's not true in general. Consider Java's try-with-resources construct: try (Foo foo = new Foo(); Bar bar = new Bar()) { ... }