Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

,At the beginning of a CLASS or INTERFACE block, the IMPLEMENTS and INHERITS options should be broken into the next line in the source code.

...

Code Block
CLASS Demo.Customer.CustomerBusinessEntity 
    INHERITS BusinessEntity
    IMPLEMENTS IInterface1,
               IInterface2,
               IAnotherInterface,
               IJustAnotherLongInterfaceName
    USE-WIDGET-POOL: 

...