On-line help about command syntax and function
help
help(c)
with:
c name of an interactive command
This command displays a description of command c.
If the argument is omitted, it displays the list of all available interactive commands.
The user wants to know how the command mini prover mp works:
help(mp) Help mp - Mini Prover Syntax mp Description Call the automatic prover with the current force (see ff), so that no proof by cases will be performed. This command is equivalent to pr(Red). See Also ff, pr. End help
|