2/6/00
COM1100 Winter2000 Yuhong Yin
4
true
n
This keyword is one of the two values that
a variable of type
bool
can have.
n
If
i
is of type
bool
, then the statement
i=true;
assigns
true
to
i
.