Re: ver 4.0 Name Space Question ?
- Posted by bernie Jun 21, 2009
- 982 views
-- LIBA.e -- public constant foo1 = 1, foo2 = 2 public function foobarr1() return 0 end function public function foobarr2() return 0 end function
and this ...
-- LIBB.e -- -- No I want to pass on just the constants not -- the public functions from LIBA.e.