LacaK schrieb:
> 3. C style comments: /* ... */ (I have never understood why in Pascal 
> was used (* ... *) )
Pascal has several digraphs:
(* = {
*) = }
(. = [
.) = ]
These reflect the missing or hard to access keycodes on non-English 
keyboards. The C language is not so user friendly :-(
DoDi