Difference between revisions of "*"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 11: | Line 11: | ||
==Syntax== | ==Syntax== | ||
− | + | * <expC> | |
Line 24: | Line 24: | ||
==Example== | ==Example== | ||
<code lang="recital"> | <code lang="recital"> | ||
− | open the table | + | *open the table |
use patrons index names | use patrons index names | ||
</code> | </code> |
Revision as of 10:47, 19 March 2009
*
Class
Applications
Purpose
Comment line
Syntax
* <expC>
See Also
Description
The * command allows comment lines to be inserted in programs to enhance their readability and maintainability. The * character must be the first non-space character on the line. The * command differs from the && command in that comments that commence with && can be placed on the same line as an executable command whereas those beginning with * cannot.
Example
*open the table use patrons index names
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer