Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   . . .
   Introduction to EEL
      Epsilon Extension Language Features
      EEL Tutorial
   Epsilon Extension Language
      . . .
      Data Types
      Initialization
      Statements
         Expression Statement
         If Statement
         Looping Statements
         . . .
         Block
      Conversions
      Operator Grouping
      . . .
   Primitives and EEL Subroutines
      Buffer Primitives
      Display Primitives
      File Primitives
      . . .
      Defining Language Modes
   . . .

Previous   Up    Next
Initialization  Epsilon Extension Language   Expression Statement


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

Statements

EEL has all of the statements of the C programming language. You can precede a statement by a label, an identifier followed by a colon, which you can use with the goto statement to explicitly alter the flow of control. Except where noted below, statements are executed in order.



Previous   Up    Next
Initialization  Epsilon Extension Language   Expression Statement


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