Ada Programming/Keywords/begin - eMyTextBooks

Search:  

Free online books - just read it!

See live article   •   Ada Programming/Keywords/begin
 

Ada Programming/Keywords/begin


Table of contents


The begin keyword in Ada is almost synonymous with the { in C/C++/Java. In the paradigm of structured programming languages, a keyword or symbol is often needed to delimit the beginning of the body from the element (i.e. if, elsif, for loop, while loop) to which it pertains.

For the case of subprograms, packages, tasks and blocks this word is begin.

For example

procedure Some_Procedure is
begin
    Do_Something;
    Do_Something_Else;
end Some_Procedure;

The begin keyword is always closed with the end keyword. The opposite is not true in Ada.

See also

Wikibook

Ada Reference Manual

Ada Quality and Style Guide



Also helps finding: AdaProgrammingKeywordsbegin, AdaProgramming, ProgrammingKeywords, Keywordsbegin, sda, programing, kewords, adu, programmin, adas, progamming, adz, prgramming, aad, programmming

   
 
  
Add to bookmarks
Related Articles
 
Ada Programming/Strings
Ada Programming/Subprograms
Ada Programming/Mathematical calculations
Ada Programming/Keywords/with
Ada Programming/Keywords/while
Ada Programming/Keywords/when
Ada Programming/Keywords/until
Ada Programming/Keywords/then
Ada Programming/Keywords/terminate
Ada Programming/Keywords/tagged
Ada Programming/Keywords/separate
Ada Programming/Keywords/select
Ada Programming/Keywords/reverse
Ada Programming/Keywords/return
Ada Programming/Keywords/requeue
Ada Programming/Keywords/renames
Ada Programming/Keywords/rem
Ada Programming/Keywords/record
Ada Programming/Keywords/raise
Ada Programming/Keywords/protected

... view all
Search LiveJournal blogs for Ada Programming/Keywords/begin
 

Credit Consolidation  •  Insurance Quotes  •  Credit Consolidation  •  Find jobs •  Find jobs

Copyright @ 2005 eMyTextBooks.com
This article is from Wikibooks. All text is available under the terms of the GNU Free Documentation License.