Hi,
I have a question about ansi-iso pascal.
I have 2 unit and a main file
=== file a.pas: ===
Unit A;
Interface
Var X : Byte;
End;
=== file b.pas: ===
Unit B;
Interface
Var X : Byte;
End;
=== file main.pas ===
Program main;
uses A, B
begin
A.X := B.X;
end;
the istruction A.X := B.X; is standard or it came with borland dialet?
Standard Pascal have "unit namespace"?
--
Il Razziatore,
The Only Good Windows is an uninstalled Windows
-----------------------------------------------
MSN : IlRazziatore@[EMAIL PROTECTED]
: 67552596
Yhaoo : Razziatore82
-----------------------------------------------
Founder of MediaPlayer Project
http://mpp.iwebland.com