include

The include command includes another module content on the same position where it’s command is used. The included module is parsed and executed in the same time at the include command is executed. The syntax is:

include "<module-path>";

Examples

include "modules/registers.mya";
include "config.mya";
include "/etc/mya/modules/common.mya";