Comments
- Last Updated: January 22, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
An ABL application can also contain non-executable comments. There are two
styles of comments: // Single-line comments and /* Multi-line comments */. Single-line comments begin with
// and stop at the end of the line. Multi-line comments begin with
/* and end with */. This
type of comment can wrap over multiple lines or be on a single line. The following
example shows both comment styles:
|