1. Re: More Namespace

Just have the programmer do the stuff.

--file LIBRARY1.E
procedure lib1_Hello()
puts(1,"Hello")
end procedure

--file LIBRARY2.E
procedure lib2_Hello()
atom hdl
hdl=open("Hello.txt","w")
puts(hdl,"Hello")
close(hdl)
end procedure

!!

Mike Hurley

________________________________________________________
NetZero - We believe in a FREE Internet.  Shouldn't you?
Get your FREE Internet Access and Email at
http://www.netzero.net/download/index.html

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu