A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.wikibooks.org/wiki/Ada_Programming/Keywords/is below:

Ada Programming/Keywords/is - Wikibooks, open books for an open world

Toggle the table of contents Ada Programming/Keywords/is

From Wikibooks, open books for an open world

Ada. Time-tested, safe and secure.

The keyword is separates the name of an entity from its definition.

type Day_Of_Month is new range 1 .. 31;

See Ada Programming/Types and Ada Programming/Subtypes.

subtype Day_Of_February is Day_Of_Month range 1 .. 29;

See Ada Programming/Subtypes.

package My_Package is
   ... -- declarations
end My_Package;

See Ada Programming/Packages.

procedure My_Procedure is
   ... -- declarations    
begin
   ... -- sentences    
end My_Procedure;

See Ada Programming/Subprograms.

package Day_Of_Month_IO is 
      new Ada.Text_IO.Integer_IO (Num => Day_Of_Month);

See Ada Programming/Generics.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3