CoCoA:H.Syntax

From ApCoCoAWiki
Revision as of 10:02, 24 October 2007 by XMLBot (talk | contribs) (pushing XML rev. 1.46, again)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

H.Syntax

display the syntax of a command

Description

The first form of the command, with no arguments, just prints this

message. The second form looks for a command with associated keywords

containing S as a substring. If S is exactly the keyword of a command or if S is the substring of a keyword of only one command, then the syntax for that command is displayed. (The command H.Browse can then be called to display additional information.) Otherwise, H.Syntax(S) lists the names all commands with associated keywords containing S as a substring. Note: the search is case insensitive.

Example

  H.Syntax(<quotes>dense</quotes>);
DensePoly(N:INT):POLY

Description: the sum of all power-products of a given degree

--&gt; <quotes>H.Browse();</quotes> for more information. &lt;--

-------------------------------

Syntax

H.Syntax():NULL
H.Syntax(S:STRING):NULL
   <type>help</type>
   <type>online-help</type>