|
> We've also built an import mechanism in which one issues a call: > > import "name" > Cool. Does your "import" feature handle hierarchy? As in Java: <code> import java.io.InputStream; </code> Assuming the "bundle" has InputStream among other resources. --v.a