BuildForge Help

.include

The .include command is an environment dot command. You use it by creating an environment variable named .include within an environment, and setting the value of the variable to the name of another environment. The system then includes all of the variables from the referenced environment in the environment that contains the .include.

Note: You can use more than one .include variable in an environment, to include as many other environments as desired. You can use this feature to create nested sets of variables, or to manage a variable in a single location yet use it within many other environments.