import
import
QUALIFIED_NAME
;
Imports a specific class, which can be used within the program
import
QUALIFIED_NAME
.*;
Imports a group of classes, which can all be used within the program
ProfessorJ Intermediate Language