Arbortext IsoDraw > Macro Language Reference > Introduction > Language Basics
  
Language Basics
Lexical Structure
The lexical structure of a programming language is the set of basic rules that governs how you write programs in that language. It is the lowest syntax level of the language and specifies such things as how variable names are written, what characters are used for comments, and how program statements are separated from one another.