# HG changeset patch # User Wuzzy # Date 1570824193 -3600 # Node ID 3e426e5979ecd7a52197bc037f26c945337f2374 # Parent 9bcfc5661a3731272aca4fea3b3c78d50a9bc4a9 PascalSyntax: Add Unicode character restriction diff -r 9bcfc5661a37 -r 3e426e5979ec PascalSyntax.wiki --- a/PascalSyntax.wiki Fri Oct 11 21:02:36 2019 +0100 +++ b/PascalSyntax.wiki Fri Oct 11 21:03:13 2019 +0100 @@ -7,6 +7,7 @@ # Never use `not` without brackets # Never use `in` with numerals + # Do not use Unicode characters anywhere (even in comments) === Examples ===