PascalSyntax: fix `if not (isExploded) then`
authorWuzzy
Wed, 19 Apr 2017 15:48:53 +0100
changeset 981 a18f350d00ff
parent 980 dc250fc5bc24
child 982 2664008540ba
PascalSyntax: fix `if not (isExploded) then`
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