interpreter help of anyflo
help
Prints the commands list:
Those of the interpreter.
Those of anyflo.
Eventually those of applications.
help("env",n)
Prints and returns the commands list of environment n:
n=0: interpreter
n=1: anyflo
n>1: application n-1
help com
help com
Prints:
The commande name, its environment number, its number
caracteristic parameters: emp, sem, dim, type (used by the compiler).
Eventually:
The default values.
The current values.
help help com
Returns tehe content of the file com.e.htm for the command com of environment e.
Options:
help(env): env=0: interpreter (defaut), env=1: anyflo.
Examples:
$help help for; prints the help of the command for.
$help help limit; prints the help of the interpreter command limit.
$help(1)help limit; prints the help of the anyflo command limit.
help(1)com
Returns the content of file com.0.htm for the com command of anyflo.
Note:
To view must be:
$help(0)com;
or:
w=help(0)com;$w;
File AIDE_ANYFLO.htm gives the help in line and the web help.
File help_anyflo.htm is the help root.