* (Comment)
The * (Comment) statement allows you to enter permanent comments, notation, or documentation in an ILF routine. Comment lines have no effect on the processing logic and are intended to provide the designer with a means of explaining what the statement coding does or how it operates.
*
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
(1)
(1) Comment (text) (64 characters maximum) |
You can use a * (comment) statement at any point in an ILF routine, including the beginning or end.
The "*" (asterisk) must be in the first position of the keyword area.
Comments are ignored during execution.
* The following set of statements
computes the value of
*
interest due, where:
*
A = Amount of loan
*
R = Annual rate of interest
*
M = Number of months to repay the loan