PascalSyntax.wiki
changeset 2016 3e426e5979ec
parent 981 a18f350d00ff
child 2019 12cc62c0ae38
equal deleted inserted replaced
2015:9bcfc5661a37 2016:3e426e5979ec
     5 
     5 
     6 == Pascal rules for `pas2c` ==
     6 == Pascal rules for `pas2c` ==
     7 
     7 
     8  # Never use `not` without brackets
     8  # Never use `not` without brackets
     9  # Never use `in` with numerals
     9  # Never use `in` with numerals
       
    10  # Do not use Unicode characters anywhere (even in comments)
    10 
    11 
    11 === Examples ===
    12 === Examples ===
    12 
    13 
    13 Forbidden:
    14 Forbidden:
    14 
    15