PascalSyntax.wiki
changeset 980 dc250fc5bc24
parent 979 1455b4ad1ec3
child 981 a18f350d00ff
equal deleted inserted replaced
979:1455b4ad1ec3 980:dc250fc5bc24
     1 #summary Hedgewars-specific Pascal syntax rules
     1 #summary Hedgewars-specific Pascal syntax rules
     2 
       
     3 = Hedgewars-specific Pascal syntax rules =
     2 = Hedgewars-specific Pascal syntax rules =
     4 
     3 
     5 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.
     4 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.
     6 
     5 
     7 == Pascal rules for `pas2c` ==
     6 == Pascal rules for `pas2c` ==