Try OpenEdge Now
skip to main content
Developing WebSpeed Applications
SpeedScript : Elements of SpeedScript syntax
 

Elements of SpeedScript syntax

SpeedScript is a block-structured, but statement-oriented language. That is, much of the behavior of a WebSpeed application depends on how statements are organized into blocks, but the basic executable unit of a WebSpeed application is the statement.
* Statements
* Comments
* Blocks
* Running procedures and Web objects
* Blocks and context
* Block context and resource scope
* Compile-time versus run-time code