"@parameter:" section

When instantiated, a machine can receive parameters, that is data denoted by variables. These parameters must be declared in the "@parameter:" section.

When creating machines of the "prototype" design, this section behaves the same way as the "@property:" section.

However, the difference with the "@property:" section can be revealed when using the model-instance paradigm, as we can specify each instance parameter when creating a new instance from a given model.

Concretely, the "@parameter:" section most often gathers declaration of variables.