RosettaCodeData/Task/Boolean-values/Inform-7/boolean-values-3.inf

10 lines
288 B
INI

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."