Ada Programming/Keywords/return
From Wikibooks, the open-content textbooks collection
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
- 2.9 Reserved Words (Annotated)
- 6.5 Return Statements (Annotated)
- Annex P (informative) Syntax Summary (Annotated)
[edit] Ada 2005 Reference Manual
- 2.9 Reserved Words (Annotated)
- 6.5 Return Statements (Annotated)
- Annex P (informative) Syntax Summary (Annotated)
[edit] Ada Quality and Style Guide

