Go to the first, previous, next, last section, table of contents.


Internal Variables

Variable: outputenabled
Is 1 if output is enabled, 0 otherwise. Output can be enabled and disabled with the macro outputenable.

Variable: dependencing
Is 1 if chpp was started to generate dependencies (option --generate-dependencies), 0 otherwise.

Variable: mainfilename
Is set to the filename of the currently executed top-level source file.

Variable: env
Is a hash containing all environment variables of the process.

%env{TERM}
=> xterm


Go to the first, previous, next, last section, table of contents.