Hi!
While discussing about different Pascal-styles for the pindent-program there came up a question my books can't answer:
How are the different styles called, which one can use for coding:
array [1..3] <===> array (.1..3.) and { comment } <===> (* Comment *)
BTW: Why did these styles came up? Is one of them "old-fashioned"?
Eike Lange