PascalSyntax: Add Unicode character restriction
authorWuzzy
Fri, 11 Oct 2019 21:03:13 +0100
changeset 2016 3e426e5979ec
parent 2015 9bcfc5661a37
child 2017 e5e6b3717164
PascalSyntax: Add Unicode character restriction
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 ===