Beginner
From AdaDKWiki - an Ada Programming Wiki
Contents |
Getting Started
On this page you will find links to articles dealing with the basics of Ada, ranging from the structure of an Ada program to how exceptions are handled.
As an added bonus, we will also provide links to a variety of smallish programs done in Ada. These programs are not meant to be used in any real capacity. They are merely examples of basic Ada usage.
Arrays
Stuff
Basic Structure of an Ada program
Stuff
Enumeration
Stuff
Exceptions
Stuff
Records
Stuff
Subprograms
Stuff
Text IO
Stuff
Types and Subtypes
Stuff
Variables and Constants
Variables are a core component of all programming languages, and Ada is no different. Variables provide a means to store and access data. Learning what they do, and how they work are key to programming.

