HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
2-: 57
HELP Command
The HELP command displays information about one or more HP Business
BASIC/XL commands, statements, and errors. Because a HELP command can
end in an unquoted string literal, it cannot be followed by a comment.
The HELP command is a command-only statement.
Syntax
[
unquoted_str_lit
]
HELP [
str_lit
]
Parameters
unquoted_str_lit
String of the form
topic,subtopic
where
topic
and
subtopic
are unquoted string literals
(for example, AUTO,SYNTAX). Characters beyond the
fortieth are ignored.
str_lit
Its value is a string of the form
"topic,subtopic"
(for example, "AUTO,SYNTAX").
If neither
unquoted_str_lit
nor
str_lit
is specified, the HELP command
enters the HELP subsystem, where it prompts for them (the prompt is
Help>). After displaying information on one topic, the HELP subsystem
prompts for another.
If the HELP command recognizes
unquoted_str_lit
or
str_lit
as a sub-
topic, but not as a topic, it uses the last topic.
When the HELP command cannot recognize a spelling, the HELP command
displays information on the topic or subtopic with the closest spelling
(the first letter must be correct).
The information on a command or statement includes a list of similar
commands and statements; for example, the information on INPUT lists
ACCEPT, ENTER, and LINPUT.
If the information for a command, statement, or error fills more than one
terminal screen, the HELP command displays one screen of information and
then asks:
Do you want to see more? (Y/N) Y
To answer yes, do one of the following:
* Press RETURN.
* Type Y over the last Y and press RETURN.
To answer no, do one of the following: