# HG changeset patch # User Wuzzy # Date 1570824568 -3600 # Node ID 12cc62c0ae385a4550307581e7b1b1157d9961c9 # Parent 0a12cd51adf3c2be6a834a574496fdfa75142e00 PascalSyntax: add link 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` ==