Lard Interpreter li

winstdio module

The winstdio module is a windows core module, meaning that it is automatically loaded when the windows module is loaded. Its function is to provide the input/output window for the simulation. This window forms the main part of the "main" window. winstdio replaces the functionality of the basic stdio module.

Data output by the simulation to standard output is appended to the contents of this window.

When the simulation reads from standard input a ? prompt is displayed and the simulation is suspended. The status line indicates that input is required. Pressing return terminates input and continues the simulation.