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
      EEL Command Line Flags
      The EEL Preprocessor
      Lexical Rules
         Identifiers
         Numeric Constants
         Character Constants
         String Constants
      Scope of Variables
      Data Types
      . . .
   Primitives and EEL Subroutines
      Buffer Primitives
      Display Primitives
      File Primitives
      . . .
      Defining Language Modes
   . . .

Previous   Up    Next
The EEL Preprocessor  Epsilon Extension Language   Identifiers


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

Lexical Rules

Comments in EEL begin with the characters /*, outside of any quotes. They end with the characters */. The sequence /* has no effect while inside a comment, nor do preprocessor control lines.

You can also begin a comment with the characters //, outside of quotes. This kind of comment continues until the end of the line.



Previous   Up    Next
The EEL Preprocessor  Epsilon Extension Language   Identifiers


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