4 Jun
2002
4 Jun
'02
9:22 a.m.
Hi folks! In our department, we have a little conversion about Pascal-Standards: Is the following allowed and should the program be compiled if the unit and the program share the same file? It seems, that GPC does and TurboPascal (tm) does not AFAIK. 8<---------------- unit foo; interface ... implementation ... end. program bar; uses foo; begin ... end. ------------->8 Eike