Indicates the beginning of a nonexecuting inline comment in a program file.
Syntax
&& [Comments]
Arguments
Comments
Indicates that inline comments follow. For example:
STORE (20*12) TO gnPayments && 20 years of monthly payments
Inserting inline comments to denote the end of the IF ... ENDIF, DO, and FOR ... ENDFOR structured programming commands greatly improves the readability of programs.
Remarks
Place a semicolon (;) at the end of each comment line that continues to a following line. You cannot place && and a comment after the semicolon used to continue a command line to an additional line.