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

Notes for Slide 08
Two ways to store a boolean value into a boolean variable is to
use a set-statement or an inputBoolean-statement.
This slide shows visually what happens when the set-statement

pass = true;

is run. The value true would remain in the pass variable until
it is replaced with either another set-statement or the
completion of an inputBoolean-statement.


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