Previous Next

. Punctuation
The period (.) symbol ends all statements, including block header statements. The DO, FOR, and REPEAT statements can end with a period or a colon.
It is also serves as a separator between:
*
*
The elements of a qualified database table or buffer field name, for example, Customer.CustNum or Sports2000.Customer or Sports2000.Customer.CustNum
*
The elements of an ABL package name or .NET namespace, for example, Progress.Lang, Progress.Windows, or System.Collections
*
See :: Punctuation for rules to help you decide whether to use period, colon, or double colon syntax.
See also 
: Punctuation, :: Punctuation, Type-name syntax

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.