Lard Interpreter li

winstatus module

The winstatus module is a windows core module, meaning that it is automatically loaded when the windows module is loaded. Its function is to display a status line between the menu bar and the input/output area. The status line looks like this:

The status line has two parts. The left part indicates the general status of the bcode interpreter. Possible values are:

blank No bcode file is loaded.
Ready A bcode file is loaded, the interpreter is currently stopped but is ready to run.
Running The interpreter is currently running.
Input The interpreter is currently stopped waiting for input. Type something in the input/output area and press return to continue the simulation.

The right part of the status line shows the current value of time in the simulation.