Class Tools.Hilfe.StdinHilfe

Inheritance graph
Tools.Hilfe.Evaluator Tools.Hilfe.StdinHilfe
Description

This is a wrapper containing a user interface to the Hilfe Evaluator so that it can actually be used. This wrapper uses the Stdio.Readline module to interface with the user. All input history is handled by that module, and as a consequence loading and saving .hilfe_history is handled in this class. Also .hilferc is handled by this class.


Inherit Evaluator

inherit Evaluator : Evaluator


Variable readline

Stdio.Readline Tools.Hilfe.StdinHilfe.readline

Description

The readline object,


Method create

Tools.Hilfe.StdinHilfe Tools.Hilfe.StdinHilfe(void|array(string) init)

Description

Any hilfe statements given in the init array will be executed once .hilferc has been executed.