RosettaCodeData/Task/Boolean-values/Inform-7/boolean-values-3.inf
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

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