Conditional Uses

Conditionals Next

There are three general reasons to use a conditional.

Simple programs that do not need system-specific logic or complex debugging hooks generally will not need to use preprocessing conditionals. In TIGCC, conditionals are useful to select appropriate constants depending on which calculator and operating system the program is intended to run on, and to enable or disable certain features.