Five Gods Exiled — 111 of 191

Carolyn VanEseltine

Release 1

Part 5 - Debug Status

Toggling debug is an action applying to nothing. Understand "debug" as toggling debug.

Carry out toggling debug:

if the debug state is true:

now the debug state is false;

say "Debugging off.";

otherwise:

now the debug state is true;

say "Debugging on."

[The debug string is some indexed text that varies.

To debug report:

if the debug state is true:

say "DEBUG: [debug string]".]