Contact PSVM   (Q & A)  |  Notes Below   Audio  |  [toc]   [prev] Slide 3 of 13 [next]
SIJLesson13 Slide03
1, 2, [3 (top)], 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, [Lab]

Notes for Slide 03
The not-operator: ! :is called a boolean operator
because it operate on true and false values (the
boolean type is covered in the next step after
this one).
So far, the only statements we have learned that could
contain the not-operator are the if- and elseif-statements.
The slide shows that using a not-operator on the
condition in an if-statement has the same result as
using an else-part in an if-else-endif block where
the if-part is empty.


1, 2, [3 (top)], 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, [Lab]