|
To decide whether the CPU is working correctly:
|
|
if 123 is greater than 100, decide yes;
|
|
otherwise decide no.
|
|
|
|
When play begins:
|
|
[convert to truth state...]
|
|
let B be whether or not the CPU is working correctly;
|
|
[...or use as a condition]
|
|
if the CPU is working correctly, say "Whew."
|