Contents | Prev | Next

"4.14 Allow underscores (_) in identifiers"

When this extension is enabled (the default), the Irie Pascal compiler will allow underscores in identifiers.

So for example the following would be valid identifiers:

   _name
   last_name
   _all_names_

Contents | Prev | Next