Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   Epsilon Extension Language
      . . .
      Initialization
      Statements
         . . .
         On_exit Statements
         Goto and Empty Statements
         Block
      Conversions
      . . .

Previous   Up    Next
Goto and Empty Statements  Epsilon Extension Language   Conversions


Epsilon User's Manual and Reference > Epsilon Extension Language > Statements >

Block

{
declarations
statements
}

Anywhere you can have a statement, you can have a block. A block contains any number of local variable declarations or statements (including zero). The variables declared in the block are local to the block, and you may only use them in the following statements (or in statements contained in those statements). A block's declarations can be mixed in freely among its statements. The body of a function definition is itself a block.



Previous   Up    Next
Goto and Empty Statements  Epsilon Extension Language   Conversions


Lugaru Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.