Progress
Language Reference


END Statement

Interfaces
OS
SpeedScript
All
All
Yes

Indicates the end of a block started with a CASE, DO, FOR EACH, PROCEDURE, or REPEAT statement or the end of an EDITING phrase or TRIGGER phrase.

SYNTAX

END 

EXAMPLE

This procedure contains two blocks, each ending with the END statement.

r-end.p
FOR EACH customer:
  DISPLAY customer.cust-num name phone.
  FOR EACH order OF customer:
    DISPLAY order WITH 2 COLUMNS.
  END.
END. 

NOTES

SEE ALSO

CASE Statement, DO Statement, EDITING Phrase, FOR Statement, PROCEDURE Statement, REPEAT Statement, Trigger Phrase


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095