Difference between revisions of "*"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) (→Products) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Comment line | Comment line | ||
Line 11: | Line 4: | ||
==Syntax== | ==Syntax== | ||
− | + | * <expC> | |
==See Also== | ==See Also== | ||
− | [[&&]], [[Double Slash Comment|//]], [[Comment Block|/* | + | [[&&]], [[Double Slash Comment|//]], [[Comment Block|/*...*/]], [[NOTE]] |
Line 24: | Line 17: | ||
==Example== | ==Example== | ||
<code lang="recital"> | <code lang="recital"> | ||
− | open the table | + | *open the table |
use patrons index names | use patrons index names | ||
</code> | </code> | ||
Line 30: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
+ | [[Category:Applications]] | ||
+ | [[Category:Applications Commands]] |
Latest revision as of 13:22, 10 November 2009
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 Server, Recital