Print

Print


Could someone please confirm if the following is allowed or not?

USE some_module, ONLY :: a, b=>a

so that b and a are both names for the same thing. It seems to work okay with
the Compaq compiler... but it's the kind of thing that sometimes is not actually
allowed and I don't want to have problems at a later date.

Thanks alot,

Paul