92a Why Conditionals are Used Contents|Index|Previous|Next
 

Why conditionals are used 

Generally there are three kinds of reason to use a conditional.

Most simple programs that are intended to run on only one machine will not need to use preprocessing conditionals. 0