$set ilnamespace "Harding.Compsci.Graphics"
*> The directive can also be set at the project level
*> to apply the name space to all classes in the project.
|
// Packages are used to organize files or public types to avoid
// type conflicts.
// Package constructs can be mapped to a file system.
package Harding.Compsci.Graphics
...
// package cannot be nested
|