Prof A Olowofoyeku (The African Chief) wrote:
On 23 Feb 2005 at 3:06, Frank Heckenbach wrote:
Prof A Olowofoyeku (The African Chief) wrote:
The program used a combination of "units" and "modules", involving "uses system" and "import gpc" respectively. So I changed the modules to units and did away with the "import gpc".
You could either `uses GPC' (this doesn't complain about duplicates, BP compatible), or `import GPC' and rename one of the offending identifiers.
Can one use "uses" in a module?
Yes.
Frank