# HG changeset patch # User Wuzzy # Date 1492613333 -3600 # Node ID a18f350d00ff9920645940ee7d04e4610788a154 # Parent dc250fc5bc246a9384eb32c17a8a03609375e05a PascalSyntax: fix `if not (isExploded) then` diff -r dc250fc5bc24 -r a18f350d00ff PascalSyntax.wiki --- a/PascalSyntax.wiki Wed Apr 19 15:44:32 2017 +0100 +++ b/PascalSyntax.wiki Wed Apr 19 15:48:53 2017 +0100 @@ -24,7 +24,7 @@ Allowed: - `if not (isExploded) then` + `if (not isExploded) then` Allowed