Articles in this series
Introduction to Ada programming language. · Introduction Ada is a structured, statically typed, imperative, wide-spectrum, and object-oriented high-level...
What will you learn in this series about Ada · Ada Basics Here is a step-by-step list of basic concepts in Ada to learn: Overview - Language history,...
Ada syntax conventions and strategy. · 3333Ada is a very verbose language, meaning it uses a lot of explicit, declarative syntax. This includes: Long...
What is the role of data types in Ada? · The purpose of data types in any programming language is to define the type of data that can be stored in...
Learn about simple and complex expressions. · An expression in Ada is a combination of literals, variables, function calls and operators that evaluates...
Learn about logic expressions and selectors. · Logic Expressions In Ada, logical expressions are expressions that can evaluate to one of two...