diff -r 0a12cd51adf3 -r 12cc62c0ae38 PascalSyntax.wiki --- a/PascalSyntax.wiki Fri Oct 11 21:06:22 2019 +0100 +++ b/PascalSyntax.wiki Fri Oct 11 21:09:28 2019 +0100 @@ -1,7 +1,7 @@ #summary Hedgewars-specific Pascal syntax rules = Hedgewars-specific Pascal syntax rules = -When programming in Pascal for Hedgewars, we have two rules which must be always obeyed. This is because of our tool `pas2c` which doesn't fully understand Pascal yet. If these rules are broken, `pas2c` will fail to operate. +When programming in Pascal for Hedgewars, we have two rules which must be always obeyed. This is because of our tool [pas2CTutorial Pas2C] which doesn't fully understand Pascal yet. If these rules are broken, Pas2C will fail to operate. == Pascal rules for `pas2c` ==