Dear List Members


It would appear that component names in SLIM are not only case sensitive and must match exactly but must also begin with an uppercase letter.


e.g.

system Power

...

end Power;

 

system implementation Power.Imp

...

end Power.Imp;


If I don't do that then there are compile errors. Is that correct?


Regards
Chris Wilkinson