Jump to content

Ada (programming language)

From Simple English Wikipedia, the free encyclopedia
Revision as of 21:15, 12 February 2016 by PokestarFan (talk | changes) (Added Ref)

Ada is a computer programming language. It was invented by Jean Ichbiah during the 1980s.[1] It is very similar to the programming language Pascal. Ada offers various features to make a programme as safe as possible. That is why it is often used in systems, where an error can be very dangerous. Ada is an international standard.

Hello world in Ada

Example of a Hello world program in Ada:

with Ada.Text_IO;

procedure Hello is
begin
    -- output of Text "Hello, world!".
    Ada.Text_IO.Put_Line("Hello, world!");
end Hello;

References

  1. "The Ada Programming Language". The Ada Programming Language. Retrieved Feburary 12, 2016. {{cite web}}: Check date values in: |accessdate= (help)