Comment

Occasionally, you might want to insert comments in your source file solely for the purpose of providing information. The .* enables you to do this. Any text on the same line as this control word is ignored by the compiler. For example, the compiler would recognize the following lines as comment lines and ignore them.

.*********************************
.* This file contains the
.* introduction to IPF.
.**********************************


[Back: Imbed]
[Next: Break]