Comment: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "Business Rules! lines may include a '''comment''' after the statement(s). The comment must be separated from the rest of the statement by a...")
 
No edit summary
Line 2: Line 2:


The keywords for comments are:
The keywords for comments are:
*[[Rem (statement)|Rem]]
{|
::Used comment out a whole [[line number]], or the remainder of a whole line.
|-valign="top"
*[[!]]
|width="10%"|'''[[Rem (statement)|Rem'''||Used comment out a whole [[line number]], or the remainder of a whole line.
:: Used to comment out just one [[sub-line]] (see [[!:|line-continuation]]), or the remainder of a sub-line.
|-valign="top"
*[[Use]]  
|width="10%"|'''[[!]]'''||Used to comment out just one [[sub-line]] (see [[!:|line-continuation]]), or the remainder of a sub-line.
::Not suggested, but preserved for legacy purposes.  It is similar to Rem.
|-valign="top"
|width="10%"|'''[[Use]]'''||Not suggested, but preserved for legacy purposes.  It is similar to Rem.
|-valign="top"
|}
<br>


<noinclude>
<noinclude>

Revision as of 22:53, 5 February 2013

Business Rules! lines may include a comment after the statement(s). The comment must be separated from the rest of the statement by at least one space and an exclamation point or the REM statement.

The keywords for comments are:

[[Rem (statement)|Rem Used comment out a whole line number, or the remainder of a whole line.
! Used to comment out just one sub-line (see line-continuation), or the remainder of a sub-line.
Use Not suggested, but preserved for legacy purposes. It is similar to Rem.