|
|
coherent
if C Keyword if
Introduce a conditional statement
if is a C keyword that introduces a conditional statement. For
example,
if (i==10)
dosomething();
will dosomething only if i equals ten.
if statements can be used with the statements eellssee iiff and eellssee to
create a chain of conditional statements. Such a chain can in-
clude any number of eellssee iiff statements, but only one eellssee
statement.
***** See Also *****
C keywords, else
COHERENT Lexicon Page 1
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.