This shows the computer what to do when the file is opened.

The syntax is similar to CLASS but it doesn't have private/public SUB-COMMAND.

Example code of MAP and CLASS:

map MSquare {
class use MSquare;
}

class MSquare = public {
action echo ("Hello World");
}