| Lugaru's Epsilon Programmer's
 Editor 14.04
 
 
Context:
 
 
 | 
| Previous | Up | Next |  | Declarations | Epsilon Extension Language | Pointer Declarators |  
 
 
Epsilon User's Manual and Reference > 
Epsilon Extension Language > 
Data Types > 
 Simple DeclaratorsIn the simplest case, the identifier being declared is of one of the
basic types.  For that, the declarator is simply the identifier
being declared.  For example, the declarations
int length;char this_character;
 short small_value;
 
declare the type of the identifier
 lengthto be int,
the type ofthis_characterto be char, and the type ofsmall_valueto be short. 
If the relationship between the identifier and the type specified in
the type specifier is more complex, so is the declarator.  Each type
of declarator in the following sections contains exactly one
identifier, and that is the identifier being declared. 
 
 
 
 
| Previous | Up | Next |  | Declarations | Epsilon Extension Language | Pointer Declarators |  
 
  Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved. |