Ada Programming/Keywords/return

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Contents


This keyword is used in:

  • Functions specifications for declaring the returned type.
  • In function bodies for returning a value to the caller.
  • In procedure bodies for returning the control to the caller.

[edit] See also

[edit] Wikibook

[edit] Ada 95 Reference Manual

[edit] Ada 2005 Reference Manual

[edit] Ada Quality and Style Guide



Ada Keywords
abort else new return
abs elsif not reverse
abstract end null
accept entry select
access exception of separate
aliased exit or subtype
all others synchronized
and for out
array function overriding tagged
at task
generic package terminate
begin goto pragma then
body private type
if procedure
case in protected until
constant interface use
is raise
declare range when
delay limited record while
delta loop rem with
digits renames
do mod requeue xor
Personal tools